From dcdaa6daf0730c511f5d96e5b87836a63a2e301e Mon Sep 17 00:00:00 2001 From: st4lk Date: Sun, 14 Sep 2014 21:37:25 +0400 Subject: [PATCH] update version to 0.5.1 --- README.md | 4 ++-- RELEASE_NOTES.md | 8 ++++++++ solid_i18n/__init__.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3891484..1812997 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Default language is set in settings.LANGUAGE_CODE. Requirements ----------- -- python (2.6, 2.7, 3.2, 3.3) -- django (1.4, 1.5, 1.6) +- python (2.6, 2.7, 3.2, 3.3, 3.4) +- django (1.4, 1.5, 1.6, 1.7) Release notes ------------- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 29a3807..f672292 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,14 @@ solid_i18n release notes ======================== +v0.5.1 +------ + + - add django 1.7 support + - add python 3.4 support + +Issues: [#6](https://github.com/st4lk/django-solid-i18n-urls/issues/6) + v0.4.3 ------ diff --git a/solid_i18n/__init__.py b/solid_i18n/__init__.py index a249356..222db5e 100644 --- a/solid_i18n/__init__.py +++ b/solid_i18n/__init__.py @@ -1,2 +1,2 @@ __author__ = 'st4lk' -__version__ = '0.4.3' +__version__ = '0.5.1'