diff --git a/CHANGES b/CHANGES index 7f6bf8e84..012d04fc9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Version 0.17.1 +Version 0.17.2 ============== Released November 23, 2022 diff --git a/holidays/__init__.py b/holidays/__init__.py index c2a2b32ba..8413eb4a7 100644 --- a/holidays/__init__.py +++ b/holidays/__init__.py @@ -41,4 +41,4 @@ list_supported_financial, ) -__version__ = "0.17.1" +__version__ = "0.17.2" diff --git a/setup.cfg b/setup.cfg index 9b34d6911..b1d7a5b4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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