- fix deadlocks from uuid.uuid1 when faking time: [14](https://github.com/simon-weber/python-libfaketime/pull/14) - remove contextdecorator dependency on python3: [15](https://github.com/simon-weber/python-libfaketime/pull/15)
0.4
- Allow "y" for years of offset specification. Thanks to Bas ten Berge!
0.4.0
----- released 2016-04-02
- freezegun's tick() is now supported; see [their docs](https://github.com/spulec/freezegun/blob/f1f5148720dd715cfd6dc03bf1861dbedfaad493/README.rst#manual-ticks) for usage.
0.3
- Support for FAKETIME_FMT environment variable. Thanks to Moreno Baricevic!
0.3.0
----- released 2016-03-04
- invoking ``libfaketime`` from the command line will now print the necessary environment to avoid a re-exec.