Prep for 0.9.1 release

This commit is contained in:
Simeon Warner 2013-07-04 17:45:36 -04:00
parent a4255c46b1
commit 85bec13f24
2 changed files with 10 additions and 3 deletions

View File

@ -3,8 +3,15 @@ resync change log
=================
The first two components of the version tags are tied to the ResourceSync specification
version. Versions 0.6.x are intended to implement the v0.6 ResourceSync specification
(http://www.openarchives.org/rs/0.6/),
version. Versions 0.9.x are intended to implement the v0.9 ResourceSync specification
(http://www.openarchives.org/rs/0.9/),
v0.9.1 2013-07-04
- First release working toward v0.9 specification
- Use test examples from v0.9 specification, add code to build them too
- Added ResourceSync Description document
- Improved resync-explore binary replaces --explore mode
- Relax default notion of URL authority, add --strictauth
v0.6.3 2013-05...
- Improved --explore mode

View File

@ -3,4 +3,4 @@
# Format: x.y.z where
# x.y is spec version, see http://www.openarchives.org/rs/x.y/
# z is incremented for revisions within that version, 1...
__version__ = '0.6.3'
__version__ = '0.9.1'