Ready for merge to master as 1.0.1

This commit is contained in:
Simeon Warner 2016-03-23 10:14:05 -07:00
parent f05f572bcc
commit e000d6ac49
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ ResourceSync specification which was standardized as ANSI/NISO Z39.99-2014
<http://www.openarchives.org/rs/1.0/toc>.
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

View File

@ -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 <https://pypi.python.org/pypi/resync> on pypi
Putting up a new version
------------------------