Skip to content

Commit

Permalink
Bump version to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ushkarev committed Aug 23, 2021
1 parent 1e0f139 commit d2fb96b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ Alternatively, run ``python setup.py compilemessages sdist bdist_wheel upload``
History
-------

0.10
Added methods to generate series of holidays and work days before/after starting from a given date.

0.9
Added methods to find previous bank holidays / work days, mirroring the existing methods.
Removed support for python versions older than 3.6.
Expand Down
2 changes: 1 addition & 1 deletion govuk_bank_holidays/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 9)
VERSION = (0, 10)
__version__ = '.'.join(map(str, VERSION))
__author__ = 'Ministry of Justice Digital & Technology'

0 comments on commit d2fb96b

Please sign in to comment.