From 9add3ee6f7f3e5d066fff0aabb2bc03cd8b43eba Mon Sep 17 00:00:00 2001 From: st4lk Date: Sun, 9 Mar 2014 17:46:10 +0400 Subject: [PATCH] update release notes for v0.4.2 --- RELEASE_NOTES.md | 9 +++++++++ solid_i18n/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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'