Bump version

This commit is contained in:
Simeon Warner 2013-07-04 23:41:29 -04:00
parent 5f566ebdd3
commit 86ff5a65f0
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ The first two components of the version tags are tied to the ResourceSync specif
version. Versions 0.9.x are intended to implement the v0.9 ResourceSync specification
(http://www.openarchives.org/rs/0.9/),
v0.9.3 2013-07...
-
v0.9.2 2013-07-04
- Cosmetic only

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.9.2'
__version__ = '0.9.3'