From 85bec13f24906d2de499d266d45f918a4a8f3587 Mon Sep 17 00:00:00 2001 From: Simeon Warner Date: Thu, 4 Jul 2013 17:45:36 -0400 Subject: [PATCH] Prep for 0.9.1 release --- CHANGES.md | 11 +++++++++-- resync/_version.py | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c66bddd..a280381 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/resync/_version.py b/resync/_version.py index bd3547b..9753846 100644 --- a/resync/_version.py +++ b/resync/_version.py @@ -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'