Skip to content

Commit

Permalink
Pre-emptively gets rid of post suffix for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Mar 30, 2023
1 parent 8c256c4 commit 4737990
Showing 1 changed file with 1 addition and 1 deletion.
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.post1'
__version__ = '1.0.3'

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

0 comments on commit 4737990

Please sign in to comment.