Skip to content

Commit

Permalink
[GH-Actions] v4.1.0 -- 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 8, 2022
1 parent 65bcb9a commit a6a8e24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.0 (10/08/2022)
~~~~~~~~~~~~~~
- Added UK and Australia holidays for Queen Elizabeth II's State Funeral

4.0.3 (10/08/2022)
~~~~~~~~~~~~~~
- Enabled tests that failed before PR #215
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.0.3"
version = "4.1.0"
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.0.3'
VERSION = '4.1.0'

# requirements
REQUIRED_PYTHON = '>=3.8.0'
Expand Down

0 comments on commit a6a8e24

Please sign in to comment.