From 7bcd0f4d0c885ccbed54dfcbd5509d78acd8ad18 Mon Sep 17 00:00:00 2001 From: st4lk Date: Mon, 9 Mar 2015 12:01:56 +0300 Subject: [PATCH] [ci skip] update version to v0.9.1 --- 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 87c58cb..c5cbe75 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,13 @@ solid_i18n release notes ======================== +v0.9.1 +------ + + - fix working with [set_language](https://docs.djangoproject.com/en/dev/topics/i18n/translation/#set-language-redirect-view) and `SOLID_I18N_HANDLE_DEFAULT_PREFIX = True` + +Issues: [#17](https://github.com/st4lk/django-solid-i18n-urls/issues/17) + v0.8.1 ------ diff --git a/solid_i18n/__init__.py b/solid_i18n/__init__.py index fdd0c79..a893012 100644 --- a/solid_i18n/__init__.py +++ b/solid_i18n/__init__.py @@ -1,2 +1,2 @@ __author__ = 'st4lk' -__version__ = '0.8.1' +__version__ = '0.9.1'