diff --git a/docs/changelog.rst b/docs/changelog.rst index 67beced..40d6436 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +1.10.3 +------ + +* Add Hungarian localisation (:issue:`161`). + 1.10.2 ------ diff --git a/docs/conf.py b/docs/conf.py index fa883ee..56010c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = "1.10.2" +version = "1.10.3" # The full version, including alpha/beta/rc tags. -release = "1.10.2" +release = "1.10.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 73c37c8..331dd7f 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def run_tests(self): setup( name="django-recurrence", - version="1.10.2", + version="1.10.3", license="BSD", description="Django utility wrapping dateutil.rrule", long_description=long_description,