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 185adc7 commit 5ae4633Copy full SHA for 5ae4633
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.0.1
3
commit = True
4
tag = True
5
message = Release {new_version}
HISTORY.rst
@@ -1,6 +1,9 @@
Changelog
---------
+1.0.1 (2022-08-09)
+~~~~~~~~~~~~~~~~~~~
6
+
7
- Fixes GPLv2 License Classifier in `setup.cfg`
8
9
1.0.0 (2022-08-09)
sedate/__init__.py
@@ -36,7 +36,7 @@
36
from .types import TzInfo
37
from .types import TzInfoOrName
38
39
-__version__ = '1.0.0'
+__version__ = '1.0.1'
40
41
mindatetime = pytz.utc.localize(datetime.min)
42
maxdatetime = pytz.utc.localize(datetime.max)
0 commit comments