Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Jun 11, 2024
1 parent 0740175 commit 829ae3b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.3
current_version = 1.1.0
commit = True
tag = True
message = Release {new_version}
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
---------

1.1.0 (2024-06-11)
~~~~~~~~~~~~~~~~~~~

- Adds support for Python 3.11 and 3.12. Drops support for Python 3.7.
[Daverball]

1.0.3 (2023-03-30)
~~~~~~~~~~~~~~~~~~~

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.0.3'
__version__ = '1.1.0'

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

0 comments on commit 829ae3b

Please sign in to comment.