Tweak messages for 0.6 dev

This commit is contained in:
Simeon Warner 2013-05-08 10:00:20 -04:00
parent 480ac91262
commit 3348af2ee1
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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",