* New specific exception classes: ``AlreadyAcquired`` and ``NotAcquired``. * Slightly improved efficiency when non-waiting acquires are used.
2.0.0
------------------
* Rename ``Lock.token`` to ``Lock.id``. Now only allowed to be set via constructor. Contributed by Jardel Weyrich in :pr:`11`.
1.0.0
------------------
* Fix Django integration. (reported by Jardel Weyrich) * Reorganize tests to use py.test. * Add test for Django integration. * Add ``reset_all`` functionality. Contributed by Yokotoka in :pr:`7`. * Add ``Lock.reset`` functionality. * Expose the ``Lock.token`` attribute.