Skip to content

Commit

Permalink
release: v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Nov 20, 2023
1 parent 981b843 commit e242c7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


v2.0.1 (2023-11-20)
-------------------

- Add support for Python 3.12
- Replace usage of deprecated ``datetime.utcnow`` and ``datetime.utcfromtimestamp``.

Expand Down
2 changes: 1 addition & 1 deletion src/zulu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The zulu library."""

__version__ = "2.0.0"
__version__ = "2.0.1"

from .api import create, now, parse, parse_delta, range, span_range
from .delta import Delta, to_seconds
Expand Down

0 comments on commit e242c7e

Please sign in to comment.