We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0740175 commit 829ae3bCopy full SHA for 829ae3b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.3
+current_version = 1.1.0
3
commit = True
4
tag = True
5
message = Release {new_version}
HISTORY.rst
@@ -1,6 +1,12 @@
Changelog
---------
+1.1.0 (2024-06-11)
+~~~~~~~~~~~~~~~~~~~
6
+
7
+- Adds support for Python 3.11 and 3.12. Drops support for Python 3.7.
8
+ [Daverball]
9
10
1.0.3 (2023-03-30)
11
~~~~~~~~~~~~~~~~~~~
12
sedate/__init__.py
@@ -36,7 +36,7 @@
36
from .types import TzInfo
37
from .types import TzInfoOrName
38
39
-__version__ = '1.0.3'
+__version__ = '1.1.0'
40
41
mindatetime = pytz.utc.localize(datetime.min)
42
maxdatetime = pytz.utc.localize(datetime.max)
0 commit comments