Skip to content

Commit

Permalink
Bump to version 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ushkarev committed Dec 29, 2022
1 parent a9464a0 commit 1636052
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Alternatively, run ``python setup.py compilemessages sdist bdist_wheel upload``
History
-------

Unreleased
0.12
Removed support for python versions older than 3.7.
Updated cached bank holidays file to include latest holidays published by GOV.UK.
Moved code style linting from unit test to github action.
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, 11)
VERSION = (0, 12)
__version__ = '.'.join(map(str, VERSION))
__author__ = 'Ministry of Justice Digital & Technology'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
license='MIT',
description='Tool to load UK bank holidays from GOV.UK',
long_description=README,
keywords='bank holidays govuk',
keywords='bank holidays govuk uk',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 1636052

Please sign in to comment.