Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed May 20, 2021
1 parent a96b88d commit 01431a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

## [Unreleased]

### Added

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

### Fixed
### Added

- Update tox config to account for Django's primary branch rename.
- We now officially support Django 3.2, and tentatively Django 4.0 ([#144](https://github.com/torchbox/django-pattern-library/pull/144))
- 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))

## [0.3.0] - 2020-11-02

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-pattern-library"
version = "0.3.0"
version = "0.4.0"
description = "A module for Django that allows to build pattern libraries for your projects."
authors = [
"Ben Dickinson <ben.dickinson@torchbox.com>"
Expand Down

0 comments on commit 01431a9

Please sign in to comment.