Immobilus Changelog
===================

1.2
-----

Add docs to pypi

1.0
---

A new vision on how the tool should work. Thank you so much, @daybarr!


0.2.15
------

* Fix datetime.timestamp() behaviour on Py3
* Fix time.mktime() behaviour on Windows
* Add tests for windows


0.2.14
______

* Expose direct start & stop functions (@daybarr)
* bugfix: datetime.utcnow() and datetime.now() should return naive datetimes (@daybarr)


0.2.13
------

* bugfix: pass tz through to the original datetime.fromtimestamp when inactive. (@daybarr)


0.2.12
------

* bugfix: behaviour of isinstance() in Python3
