Skip to content

Commit 818983f

Browse files
committed
v0.10.5.1
1 parent c277c21 commit 818983f

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.10.5
2-
==============
1+
Version 0.10.5.1
2+
================
33

4-
Released February 3, 2021
4+
Released February 4, 2021
55

66
- Dropped support for Python 2 (dr-p)
77
- Removed convertdate<=2.2.0 constraint (dr-p)

holidays/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from holidays.holiday_base import HolidayBase, createHolidaySum
1818
from holidays.utils import list_supported_countries, CountryHoliday
1919

20-
__version__ = '0.10.5'
20+
__version__ = '0.10.5.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
description='Generate and work with holidays in Python',
3838
long_description=codecs.open('README.rst', encoding='utf-8').read(),
3939
install_requires=['python-dateutil', 'six', 'convertdate>=0.2.3',
40-
'korean_lunar_calendar','hijri_converter'],
40+
'korean_lunar_calendar', 'hijri_converter'],
4141
platforms='any',
4242
classifiers=[
4343
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)