Skip to content

Commit

Permalink
[GH-Actions] v4.1.1 -- updated configuration and documentation files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stryder-Git authored and github-actions[bot] committed Oct 31, 2022
1 parent 832f0b3 commit 702f66f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

Updates
-------
4.1.1 (10/31/2022)
~~~~~~~~~~~~~~
- Fix for bug in NYSEExchangeCalendar.valid_days

4.1.0 (10/08/2022)
~~~~~~~~~~~~~~
- Added UK and Australia holidays for Queen Elizabeth II's State Funeral
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1969,7 +1969,7 @@ Handling discontinued times
.. parsed-literal::
/opt/hostedtoolcache/Python/3.10.7/x64/lib/python3.10/site-packages/pandas_market_calendars/market_calendar.py:144: UserWarning: ['break_start', 'break_end'] are discontinued, the dictionary `.discontinued_market_times` has the dates on which these were discontinued. The times as of those dates are incorrect, use .remove_time(market_time) to ignore a market_time.
/opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/pandas_market_calendars/market_calendar.py:144: UserWarning: ['break_start', 'break_end'] are discontinued, the dictionary `.discontinued_market_times` has the dates on which these were discontinued. The times as of those dates are incorrect, use .remove_time(market_time) to ignore a market_time.
warnings.warn(f"{list(discontinued.keys())} are discontinued, the dictionary"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pandas_market_calendars"
version = "4.1.0"
version = "4.1.1"
authors = [
{ name="Ryan Sheftel", email="[email protected]" },
]
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 = '4.1.0'
VERSION = '4.1.1'

# requirements
REQUIRED_PYTHON = '>=3.8.0'
Expand Down

0 comments on commit 702f66f

Please sign in to comment.