Skip to content

Commit

Permalink
Version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csalom committed Dec 14, 2022
1 parent 88d55ee commit cc6ce93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.1.4 (2022-12-14)
------------------
* Add Wagtail 3 support.
* Add Python 3.10 support. Drop Python 3.6 support.
* Remove travis.
* Fix tests suite and apply flake8.
* Updated some docs.

1.1.3 (2021-11-05)
------------------
* Add Django 3.2 support. Drop Django <2.2 support.
Expand Down
2 changes: 1 addition & 1 deletion puput/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "Marc Tudurí"
__email__ = "[email protected]"
__version__ = "1.1.3"
__version__ = "1.1.4"

PUPUT_APPS = (
# Wagtail apps
Expand Down

0 comments on commit cc6ce93

Please sign in to comment.