From cc6ce93e43d1b6dce8368fc98dbfdcefe5150b0d Mon Sep 17 00:00:00 2001 From: Carlos Salom Oliver Date: Wed, 14 Dec 2022 15:55:55 +0100 Subject: [PATCH] Version 1.1.4 --- CHANGELOG | 8 ++++++++ puput/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index be5cfba..596f103 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/puput/__init__.py b/puput/__init__.py index 6598ec0..b780d96 100644 --- a/puput/__init__.py +++ b/puput/__init__.py @@ -1,6 +1,6 @@ __author__ = "Marc Tudurí" __email__ = "marctc@gmail.com" -__version__ = "1.1.3" +__version__ = "1.1.4" PUPUT_APPS = ( # Wagtail apps