Skip to content

Commit a331982

Browse files
committed
0.9.11
1 parent a1eb9ab commit a331982

3 files changed

Lines changed: 5 additions & 4 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.9.11b
2-
===============
1+
Version 0.9.11
2+
==============
33

4-
Released ????? ??, ????
4+
Released July 28, 2019
55

66
- Added Japanese holidays for new Emperor (kokinamura)
77
- Fixed Australian Canberra day holiday (explodingdinosaurs, dr-p)

holidays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import warnings
2121

2222

23-
__version__ = '0.9.11b'
23+
__version__ = '0.9.11'
2424

2525
MON, TUE, WED, THU, FRI, SAT, SUN = range(7)
2626
WEEKEND = (SAT, SUN)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
'Programming Language :: Python :: 3.4',
5353
'Programming Language :: Python :: 3.5',
5454
'Programming Language :: Python :: 3.6',
55+
'Programming Language :: Python :: 3.7',
5556
'Programming Language :: Python :: Implementation :: CPython',
5657
'Programming Language :: Python :: Implementation :: PyPy',
5758
'Topic :: Office/Business :: Scheduling',

0 commit comments

Comments
 (0)