From 0272edd77db4f2a56e57da29342ec9d72422d714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delobelle?= Date: Sun, 21 Oct 2018 16:10:04 +0200 Subject: [PATCH] Bump version: 1.1.1 --- CHANGELOG.rst | 6 ++++++ allauth_ens/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c4a75fe..d0f3f9d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +***** +1.1.1 +***** + +- Pin python-cas version to make Clipper provider work. !17 + ***** 1.1.0 ***** diff --git a/allauth_ens/__init__.py b/allauth_ens/__init__.py index 4a92723..28fe87d 100644 --- a/allauth_ens/__init__.py +++ b/allauth_ens/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.1.0' +__version__ = '1.1.1' default_app_config = 'allauth_ens.apps.ENSAllauthConfig'