Skip to content

Commit 5cde25b

Browse files
committed
v.0.11.3.1
1 parent 27529ad commit 5cde25b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Version 0.11.3
2-
==============
1+
Version 0.11.3.1
2+
================
33

4-
Released September 28, 2021
4+
Released September 29, 2021
55

66
- Support for Zambia #495, #496 (engineervix)
77
- Support for Uruguay #489, #490, #491, #492, #493 (jemazzeo, dr-p)

holidays/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
from holidays.holiday_base import HolidayBase
3030
from holidays.utils import list_supported_countries, CountryHoliday
3131

32-
__version__ = "0.11.3"
32+
__version__ = "0.11.3.1"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install_requires =
4242
python_requires = >=3.6
4343

4444
[bumpversion]
45-
current_version = 0.11.3
45+
current_version = 0.11.3.1
4646

4747
[flake8]
4848
extend-ignore = E203,F401,W503,W504

0 commit comments

Comments
 (0)