From a8adba805c7e305f2229ad41e42b5afb1f4184c3 Mon Sep 17 00:00:00 2001 From: Alexey Evseev Date: Sun, 8 Jan 2017 23:31:27 +0300 Subject: [PATCH] Bump version to 1.4.0 [ci skip] --- RELEASE_NOTES.md | 7 +++++++ solid_i18n/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 81fa70b..aceb04a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,13 @@ solid_i18n release notes ======================== +v1.4.0 +------ +- Add django 1.10 support +- Add deprecation notice + +Issues: [#35](https://github.com/st4lk/django-solid-i18n-urls/issues/35) + v1.3.0 ------ - Add SOLID_I18N_PREFIX_STRICT setting to handle urls starting with language code diff --git a/solid_i18n/__init__.py b/solid_i18n/__init__.py index 9670391..9f93787 100644 --- a/solid_i18n/__init__.py +++ b/solid_i18n/__init__.py @@ -1,6 +1,6 @@ import warnings __author__ = 'st4lk' -__version__ = '1.3.0' +__version__ = '1.4.0' try: from django import VERSION