From ad4ebfe7efb7ebf59b3f544c868e5685b847d94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Wed, 25 Dec 2019 11:55:07 +0100 Subject: [PATCH] Bump version: 1.1.3 --- CHANGELOG.rst | 7 +++++++ allauth_ens/__init__.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f3e26d..f7c8f28 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +***** +1.1.3 +***** + +- Fix: translation was not included in the package + + ***** 1.1.2 ***** diff --git a/allauth_ens/__init__.py b/allauth_ens/__init__.py index d805e10..8aced79 100644 --- a/allauth_ens/__init__.py +++ b/allauth_ens/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.1.2' +__version__ = "1.1.3" -default_app_config = 'allauth_ens.apps.ENSAllauthConfig' +default_app_config = "allauth_ens.apps.ENSAllauthConfig"