Skip to content

Commit

Permalink
Bump version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ushkarev committed Jul 13, 2021
1 parent 9b8abef commit 2c3f1e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (C) 2020 HM Government (Ministry of Justice Digital & Technology)
Copyright (C) 2021 HM Government (Ministry of Justice Digital & Technology)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ Alternatively, run ``python setup.py compilemessages sdist bdist_wheel upload``
History
-------

0.9
Added methods to find previous bank holidays / work days, mirroring the existing methods.
Removed support for python versions older than 3.6.
Added python 3.9 to testing matrix.

0.8
The library does not differ from 0.7.
This release is the first to use GitHub Actions to automatically publish to PYPI.
Expand Down Expand Up @@ -95,7 +100,7 @@ History
Copyright
---------

Copyright (C) 2020 HM Government (Ministry of Justice Digital & Technology).
Copyright (C) 2021 HM Government (Ministry of Justice Digital & Technology).
See LICENSE.txt for further details.

.. _GOV.UK: https://www.gov.uk/bank-holidays
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, 8)
VERSION = (0, 9)
__version__ = '.'.join(map(str, VERSION))
__author__ = 'Ministry of Justice Digital & Technology'

0 comments on commit 2c3f1e4

Please sign in to comment.