Skip to content

Commit

Permalink
v.0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-prodigy committed Nov 23, 2022
1 parent 4e16520 commit 8ca8167
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.17.1
Version 0.17.2
==============

Released November 23, 2022
Expand Down
2 changes: 1 addition & 1 deletion holidays/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
list_supported_financial,
)

__version__ = "0.17.1"
__version__ = "0.17.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ python_requires = >=3.7
holidays = py.typed

[bumpversion]
current_version = 0.17.1
current_version = 0.17.2

[flake8]
extend-ignore = E203,F401,W503,W504
Expand Down

0 comments on commit 8ca8167

Please sign in to comment.