From 3348af2ee10832c6c26493dafef00de3656a780a Mon Sep 17 00:00:00 2001 From: Simeon Warner Date: Wed, 8 May 2013 10:00:20 -0400 Subject: [PATCH] Tweak messages for 0.6 dev --- CHANGES.md | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2975630..6265b04 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,11 +3,11 @@ resync change log ================= The first two components of the version tags are tied to the ResourceSync specification -version. Versions 0.5.x are intended to implement the v0.5 ResourceSync specification -(http://www.openarchives.org/rs/0.5/), +version. Versions 0.6.x are intended to implement the v0.6 ResourceSync specification +(http://www.openarchives.org/rs/0.6/), -v0.6 of the ResourceSync specification was released 2013-05-06 and future versions will -be based on that, see (http://www.openarchives.org/rs/0.6/). +v0.6.1 2013-??-?? +- v0.5.3 2013-05-08 - Final release working with v0.5 specification diff --git a/setup.py b/setup.py index d88d9bf..7723906 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='resync', - version='0.5.3', + version='0.6.1', packages=['resync'], classifiers=["Development Status :: 3 - Alpha", "Programming Language :: Python",