diff --git a/README.rst b/README.rst index 9bde328..40b5bfe 100644 --- a/README.rst +++ b/README.rst @@ -76,6 +76,9 @@ Alternatively, you can use ``tox`` if you have multiple python versions. History ------- +0.15 + Updated cached bank holidays file to include latest holidays published by GOV.UK. + 0.14 Migrated test, build and release processes away from deprecated setuptools commands. Translation files are updated and compiled through scripts which are not included in distribution. diff --git a/govuk_bank_holidays/__init__.py b/govuk_bank_holidays/__init__.py index 8037176..39a474a 100644 --- a/govuk_bank_holidays/__init__.py +++ b/govuk_bank_holidays/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 14) +VERSION = (0, 15) __version__ = '.'.join(map(str, VERSION))