Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Jan 15, 2025
1 parent 5aa7fa4 commit 136acc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------

1.2.0 (15.01.2025)
~~~~~~~~~~~~~~~~~~~

- Adds support for Python 3.13. Drops support for Python 3.8
[Daverball]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exclude_lines = [
]

[tool.bumpversion]
current_version = "1.1.1"
current_version = "1.2.0"
commit = true
message = "Release {new_version}"
tag = true
Expand Down
2 changes: 1 addition & 1 deletion sedate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from .types import TzInfo
from .types import TzInfoOrName

__version__ = '1.1.1'
__version__ = '1.2.0'

mindatetime = pytz.utc.localize(datetime.min)
maxdatetime = pytz.utc.localize(datetime.max)
Expand Down

0 comments on commit 136acc0

Please sign in to comment.