Skip to content

Commit

Permalink
Prepare for release of 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicrodger committed Feb 11, 2020
1 parent c1aa907 commit 0182d01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
Changelog
=========

1.10.2
------

* Add Hebrew localisation (:issue:`159`).

1.10.1
------

* Update path to jQuery to match the one Django admin provides
(:issue:`148`).


1.10.0
------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = "1.10.1"
version = "1.10.2"
# The full version, including alpha/beta/rc tags.
release = "1.10.1"
release = "1.10.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run_tests(self):

setup(
name="django-recurrence",
version="1.10.1",
version="1.10.2",
license="BSD",
description="Django utility wrapping dateutil.rrule",
long_description=long_description,
Expand Down

0 comments on commit 0182d01

Please sign in to comment.