Skip to content

Commit 89e9545

Browse files
author
ryanss
committed
Release version 0.3.1
1 parent 0826b3a commit 89e9545

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 0.3.1
2+
=============
3+
4+
Released October 9, 2014
5+
6+
- Fix pip installs when python-dateutil not already present
7+
8+
19
Version 0.3
210
===========
311

holidays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Website: https://github.com/ryanss/holidays.py
1111
# License: MIT (see LICENSE file)
1212

13-
__version__ = '0.3.1-dev'
13+
__version__ = '0.3.1'
1414

1515

1616
from datetime import date, datetime

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='holidays',
20-
version='0.3.1-dev',
20+
version='0.3.1',
2121
author='ryanss',
2222
author_email='ryanssdev@icloud.com',
2323
url='https://github.com/ryanss/holidays.py',

0 commit comments

Comments
 (0)