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'