Skip to content

Commit

Permalink
Release v0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Feb 13, 2017
1 parent 5182636 commit 56a0828
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


v0.10.0 (2017-02-13)
--------------------

- Add ``zulu.parse_delta`` as alias for ``Delta.parse``.
- Deprecate ``zulu.delta`` in favor of ``zulu.parse_delta``.
- Allow first argument to ``Zulu()``, ``Zulu.parse()``, and ``zulu.parse()`` to be a ``dict`` containing keys corresponding to initialization parameters.
Expand Down
2 changes: 1 addition & 1 deletion zulu/__pkg__.py
Expand Up @@ -6,7 +6,7 @@
__description__ = ('A drop-in replacement for native datetimes '
'that embraces UTC')
__url__ = 'https://github.com/dgilland/zulu'
__version__ = '0.9.0'
__version__ = '0.10.0'
__author__ = 'Derrick Gilland'
__email__ = 'dgilland@gmail.com'
__license__ = 'MIT License'

0 comments on commit 56a0828

Please sign in to comment.