From a77ac4446db13cbaa09389024aec845a16928556 Mon Sep 17 00:00:00 2001 From: Guillaume Gauvrit Date: Tue, 30 May 2017 22:15:28 +0200 Subject: [PATCH] Release 1.2.4 --- CHANGES.rst | 6 ++++++ pyshop/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 18c8904..a11c83f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelist ========== +1.2.4 - Released on 2017-05-30 +------------------------------ + +- Fix for Python 3 +- Update README / install process for pyramid>=1.8 default to python 3 + 1.2.3 - Released on 2016-06-22 ------------------------------ diff --git a/pyshop/__init__.py b/pyshop/__init__.py index a44a55d..857b68a 100644 --- a/pyshop/__init__.py +++ b/pyshop/__init__.py @@ -13,7 +13,7 @@ from .helpers.i18n import locale_negotiator from .helpers.authentication import RouteSwitchAuthPolicy -__version__ = '1.2.3' +__version__ = '1.2.4' def main(global_config, **settings):