Skip to content

Commit

Permalink
[GH-Actions] v4.1.3 -- 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 Dec 26, 2022
1 parent 300f387 commit 154a4fc
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.3 (12/26/2022)
~~~~~~~~~~~~~~
- Added Chinese 2023 holidays

4.1.2 (12/08/2022)
~~~~~~~~~~~~~~
- Added 2023 holidays to BSE calendar
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.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.
/opt/hostedtoolcache/Python/3.10.9/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.2"
version = "4.1.3"
authors = [
{ name="Ryan Sheftel", email="rsheftel@alumni.upenn.edu" },
]
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.2'
VERSION = '4.1.3'

# requirements
REQUIRED_PYTHON = '>=3.8.0'
Expand Down

0 comments on commit 154a4fc

Please sign in to comment.