[Checkins] SVN: appendonly/trunk/ Prep 0.10 release.

Tres Seaver tseaver at palladion.com
Tue Feb 21 21:54:56 UTC 2012


Log message for revision 124449:
  Prep 0.10 release.

Changed:
  U   appendonly/trunk/CHANGES.txt
  U   appendonly/trunk/setup.py

-=-
Modified: appendonly/trunk/CHANGES.txt
===================================================================
--- appendonly/trunk/CHANGES.txt	2012-02-21 21:47:08 UTC (rev 124448)
+++ appendonly/trunk/CHANGES.txt	2012-02-21 21:54:56 UTC (rev 124449)
@@ -1,7 +1,7 @@
 ``appendonly`` Changelog
 ========================
 
-0.10 (unreleased)
+0.10 (2012-02-21)
 ------------------
 
 - Added an 'Archive' class, intended to support long-term storage of the

Modified: appendonly/trunk/setup.py
===================================================================
--- appendonly/trunk/setup.py	2012-02-21 21:47:08 UTC (rev 124448)
+++ appendonly/trunk/setup.py	2012-02-21 21:54:56 UTC (rev 124449)
@@ -20,7 +20,7 @@
 CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
 
 setup(name='appendonly',
-      version='0.10dev',
+      version='0.10',
       description='Persistent append-only data structures.',
       long_description=README + '\n\n' +  CHANGES,
       classifiers=[



More information about the checkins mailing list