Skip to content

Commit

Permalink
release 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheftel committed Aug 18, 2021
1 parent c969e72 commit 5634385
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

Updates
-------
3.0 (8/17/21)
~~~~~~~~~~~~~
- Major update to the date_range() functionality. This new behavior is more complete and consistent, but changes
behavior in some cases, so a new major version is warranted. For more discussion on the topic refer to
`PR #142 <https://github.com/rsheftel/pandas_market_calendars/pull/142>`_ and
`Issue #138 <https://github.com/rsheftel/pandas_market_calendars/issues/138>`_

2.1 (8/16/21)
~~~~~~~~~~~~~
- Updated to work with pandas 1.3
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.1'
VERSION = '3.0'

# requirements
REQUIRED_PYTHON = '>=3.7.0'
Expand Down

0 comments on commit 5634385

Please sign in to comment.