Skip to content

Commit

Permalink
Update to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheftel committed Aug 15, 2021
1 parent 4f7671b commit 6b8ed50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

Updates
-------
2.0.2 (8/16/21)
~~~~~~~~~~~~~~~
2.1 (8/16/21)
~~~~~~~~~~~~~
- Updated to work with pandas 1.3
- Raise minimum python to 3.7
- NYSE calendar valid from 1885 to present. Includes all full day closes, early closes, and late opens. PR #141

2.0.1 (5/20/21)
~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import find_packages, setup

# version
VERSION = '2.0.2'
VERSION = '2.1'

# requirements
REQUIRED_PYTHON = '>=3.7.0'
Expand Down

0 comments on commit 6b8ed50

Please sign in to comment.