dtparse 1.0.1

A dateutil-compatible timestamp parser for Rust
Documentation
Version 1.0.1 (2018-08-11)
==========================

Bugfixes
--------

- Fixed an issue with "GMT+3" not being handled correctly

Misc
----

- Upgrade `lazy_static` and `rust_decimal` dependencies

Version 1.0.0 (2018-08-03)
==========================

Initial release. Passes all relevant unit tests from Python's
`dateutil` project.