From f3b51169ed6a29305950b9d839875a0be1d960ea Mon Sep 17 00:00:00 2001 From: Dominic Rodger Date: Sun, 10 May 2020 20:12:02 +0100 Subject: [PATCH] Prepare for 1.10.3 --- docs/changelog.rst | 5 +++++ docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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,