Skip to content

Commit 829ae3b

Browse files
committed
Release 1.1.0
1 parent 0740175 commit 829ae3b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.3
2+
current_version = 1.1.0
33
commit = True
44
tag = True
55
message = Release {new_version}

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

4+
1.1.0 (2024-06-11)
5+
~~~~~~~~~~~~~~~~~~~
6+
7+
- Adds support for Python 3.11 and 3.12. Drops support for Python 3.7.
8+
[Daverball]
9+
410
1.0.3 (2023-03-30)
511
~~~~~~~~~~~~~~~~~~~
612

sedate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from .types import TzInfo
3737
from .types import TzInfoOrName
3838

39-
__version__ = '1.0.3'
39+
__version__ = '1.1.0'
4040

4141
mindatetime = pytz.utc.localize(datetime.min)
4242
maxdatetime = pytz.utc.localize(datetime.max)

0 commit comments

Comments
 (0)