Skip to content

Commit

Permalink
Release v1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Jan 7, 2021
1 parent c76b0e3 commit cbe2b51
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
=========


v1.3.0 (2021-01-07)
-------------------

- Add Python 3.9 support.
- Fix bug in ``Zulu.time_from``, ``Zulu.time_to``, ``Zulu.time_from_now``, and ``Zulu.time_to_now`` where keyword arguments weren't passed to underlying ``Delta.format`` call.
- Fix bug in ``Zulu.format`` where "YY" and "YYYY" format patterns would return the year in "Week of Year" based calendars instead of the regular calendar year.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = zulu
version = 1.2.0
version = 1.3.0
author = Derrick Gilland
author_email = dgilland@gmail.com
url = https://github.com/dgilland/zulu
Expand Down

0 comments on commit cbe2b51

Please sign in to comment.