Skip to content

Commit 01431a9

Browse files
committedMay 20, 2021
Release v0.4.0
1 parent a96b88d commit 01431a9

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed
 

Diff for: ‎CHANGELOG.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
## [Unreleased]
44

5-
### Added
6-
7-
- We now officially support Django 3.2, and tentatively Django 4.0
8-
- Load templates from template engines’ [`DIRS`](https://docs.djangoproject.com/en/3.2/ref/settings/#dirs) as well as apps’ `templates` subdirectories.
5+
## [0.4.0] - 2021-05-20
96

10-
### Fixed
7+
### Added
118

12-
- Update tox config to account for Django's primary branch rename.
9+
- We now officially support Django 3.2, and tentatively Django 4.0 ([#144](https://github.com/torchbox/django-pattern-library/pull/144))
10+
- Load templates from template engines’ [`DIRS`](https://docs.djangoproject.com/en/3.2/ref/settings/#dirs) as well as apps’ `templates` subdirectories ([#145](https://github.com/torchbox/django-pattern-library/pull/145))
1311

1412
## [0.3.0] - 2020-11-02
1513

Diff for: ‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-pattern-library"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "A module for Django that allows to build pattern libraries for your projects."
55
authors = [
66
"Ben Dickinson <ben.dickinson@torchbox.com>"

0 commit comments

Comments
 (0)
Please sign in to comment.