Skip to content

Commit 5ae4633

Browse files
committed
Release 1.0.1
1 parent 185adc7 commit 5ae4633

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
55
message = Release {new_version}

HISTORY.rst

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

4+
1.0.1 (2022-08-09)
5+
~~~~~~~~~~~~~~~~~~~
6+
47
- Fixes GPLv2 License Classifier in `setup.cfg`
58

69
1.0.0 (2022-08-09)

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.0'
39+
__version__ = '1.0.1'
4040

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

0 commit comments

Comments
 (0)