From e000d6ac498b34a90c25c8d910d74822a7a0f882 Mon Sep 17 00:00:00 2001 From: Simeon Warner Date: Wed, 23 Mar 2016 10:14:05 -0700 Subject: [PATCH] Ready for merge to master as 1.0.1 --- CHANGES.md | 1 + docs/pypi_upload.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4a30993..7fb8d2b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,7 @@ ResourceSync specification which was standardized as ANSI/NISO Z39.99-2014 . v1.0.1 2016-03-22 + * Work with Python 2 (2.6/2.7) and Python 3 (3.3/3.4/3.5) * Improved test coverage * Use defusedxml for safer XML parsing * Changed parameter str to str_data in ListBase.parse(), str still supported diff --git a/docs/pypi_upload.md b/docs/pypi_upload.md index a3f518d..9075b48 100644 --- a/docs/pypi_upload.md +++ b/docs/pypi_upload.md @@ -2,9 +2,9 @@ Updating resync on pypi ======================= -Notes to remind zimeon... +Notes to remind @zimeon... -resync is at https://pypi.python.org/pypi/resync +resync is at on pypi Putting up a new version ------------------------