Skip to content

Commit

Permalink
Initialize v0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Oct 2, 2023
1 parent 2799027 commit 383345f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.35
============

Released ???????? ??, ????

Version 0.34
============

Expand Down
2 changes: 1 addition & 1 deletion holidays/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from holidays.registry import EntityLoader
from holidays.utils import *

__version__ = "0.34"
__version__ = "0.35"


EntityLoader.load("countries", globals())
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 = "holidays"
version = "0.34"
version = "0.35"
description = "Generate and work with holidays in Python"
license = { file = "LICENSE" }
readme = "README.rst"
Expand Down

0 comments on commit 383345f

Please sign in to comment.