Skip to content

Commit

Permalink
Finalize v0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Sep 16, 2024
1 parent 0e00096 commit 1e77643
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 0.57
============

Released September 16, 2024

- Update Australia holidays: add `en_AU`, `en_US`, `th` localization (#1977 by @PPsyrius)
- Fix some docstrings (#1994 by @KJhellico)
- Update Australia holidays: fix Christmas Day in ACT (#1986 by @KJhellico)
- Update Germany holidays: add `th` localization, deprecated non-standard ISO code, add subdivision aliases (#1979 by @PPsyrius, @arkid15r)
- Update Jersey holidays (#1971 by @PPsyrius)
- Update South Korea holidays: add Armed Forces Day in 2024 (#1973 by @KJhellico)
- Update examples to reflect recent holidays changes (#1978 by @KJhellico)
- Add Frances Xavier Cabrini Day for United States, Colorado (#1995 by @e2thenegpii, @arkid15r)
- Extend `_ThaiLunisolar` calendar support to 2157 (#1981 by @PPsyrius)
- Unify en_US Islamic holidays name translation (#1984 by @KJhellico)

Version 0.56
============

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ package:
pre-commit:
pre-commit run --all-files

release-notes:
@scripts/generate_release_notes.py

sbom:
@python -m cyclonedx_py requirements requirements/runtime.txt

Expand Down
5 changes: 2 additions & 3 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ How to release a new version of Python Holidays

- switch to ``dev`` branch and pull the most recent changes
from https://github.com/vacanza/python-holidays remote ``dev`` branch.
- generate release notes by running the following script
``scripts/generate_release_notes.py``
- insert the script's output into the top of ``CHANGES`` file
- generate release notes by running ``make release-notes``
- insert the command's output into the top of ``CHANGES`` file
(see previous release notes for consistent formatting)
- commit the updated ``CHANGES`` file to ``dev`` branch with the following
commit message 'Finalize v<version>', e.g. 'Finalize v0.39'
Expand Down

0 comments on commit 1e77643

Please sign in to comment.