Skip to content

Commit

Permalink
Merge pull request #353 from rsheftel/dev
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
rsheftel authored Nov 17, 2024
2 parents 62d9f9a + f73d98a commit 6b28e47
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: [ '3.9', '3.10', '3.11', '3.12']
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13']

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 5 additions & 1 deletion docs/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ Change Log

Updates
-------
4.4.1 ()
4.4.2 (06/17/2024)
~~~~~~~~~~~~~~~~~~
- Update close time on JPX to 15:30 from PR #351

4.4.1 (06/17/2024)
~~~~~~~~~~~~~~~~~~
- Added CME Grains calendar (CMEGlobexGrainsExchangeCalendar) from PR #333
- Removed the Black format check from pre-commit, was causing too many errors
Expand Down
3 changes: 2 additions & 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.4.1"
version = "4.4.2"
authors = [
{ name = "Ryan Sheftel", email = "[email protected]" },
]
Expand All @@ -21,6 +21,7 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
]
dependencies = ['pandas>=1.1', 'pytz', 'python-dateutil', 'exchange-calendars>=3.3']

Expand Down

0 comments on commit 6b28e47

Please sign in to comment.