From 606f3e3d59053b9a1ea3c1e7cfbfdaf63c469c3d Mon Sep 17 00:00:00 2001 From: Michael Twomey Date: Tue, 3 Nov 2015 16:04:45 +0000 Subject: Update README for release and add more pythons for testing --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 6ad8f49..f46f2a1 100644 --- a/README.rst +++ b/README.rst @@ -94,7 +94,9 @@ Tested against: - Python 3.2 - Python 3.3 - Python 3.4 +- Python 3.5 - PyPy +- PyPy 3 Python 3.0 and 3.1 are untested but should work (tests didn't run under them when last tried). @@ -108,7 +110,9 @@ Changes 0.1.11 ------ -* Add Python 3.4 to tox test config. +* Remove logging (thanks to Quentin Pradet in https://bitbucket.org/micktwomey/pyiso8601/pull-requests/6/remove-debug-logging/diff) +* Add support for , as separator for fractional part (thanks to ecksun in https://bitbucket.org/micktwomey/pyiso8601/pull-requests/5/add-support-for-as-separator-for/diff) +* Add Python 3.4 and 3.5 to tox test config. * Add PyPy 3 to tox test config. * Link to documentation at http://pyiso8601.readthedocs.org/ -- cgit v1.2.1