diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 11216a6..6e06e55 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,15 @@ solid_i18n release notes ======================== +v0.4.2 +------ + + - stop downgrading Django from 1.6.x to 1.6 + - include requirements.txt in distribution + - minor docs updates + +Issues: [#3](https://github.com/st4lk/django-solid-i18n-urls/issues/3) + v0.4.1 ------ Add python 3.2, 3.3 support. diff --git a/solid_i18n/__init__.py b/solid_i18n/__init__.py index 6f62f9e..d708742 100644 --- a/solid_i18n/__init__.py +++ b/solid_i18n/__init__.py @@ -1,2 +1,2 @@ __author__ = 'st4lk' -__version__ = '0.4.1' +__version__ = '0.4.2'