Commit 133ada31 authored by Jim Fulton's avatar Jim Fulton

4.2.0

parent 5b2a7f57
``persistent`` Changelog
========================
4.2.0 (unreleased)
4.2.0 (2016-05-05)
------------------
- Fixed the Python(/PYPY) implementation ``TimeStamp.timeTime`` method
to have subsecond precision.
- When testing ``PURE_PYTHON`` environments under ``tox``, avoid poisoning
the user's global wheel cache.
......
......@@ -12,7 +12,7 @@
#
##############################################################################
__version__ = '4.2.0.dev0'
__version__ = '4.2.0'
import os
import platform
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment