* Fix ``datetime.now()`` behaviour with the ``tz`` argument when not time-travelling.
1.0.0
------------------
* First non-beta release. * Added support for ``tz_offset`` argument. * ``tick=True`` will only start time ticking after the first method return that retrieves the current time. * Added nestability of ``travel()``. * Support for ``time.time_ns()`` and ``time.clock_gettime_ns()``.