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

Tres Seaver tseaver at palladion.com
Mon Aug 9 12:46:58 EDT 2010


Log message for revision 115583:
  Prep 0.9 release.

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

-=-
Modified: appendonly/trunk/CHANGES.txt
===================================================================
--- appendonly/trunk/CHANGES.txt	2010-08-09 16:46:35 UTC (rev 115582)
+++ appendonly/trunk/CHANGES.txt	2010-08-09 16:46:58 UTC (rev 115583)
@@ -1,7 +1,7 @@
 ``appendonly`` Changelog
 ========================
 
-0.9 (unreleased)
+0.9 (2010-08-09)
 ----------------
 
 - Initial public release.

Modified: appendonly/trunk/setup.py
===================================================================
--- appendonly/trunk/setup.py	2010-08-09 16:46:35 UTC (rev 115582)
+++ appendonly/trunk/setup.py	2010-08-09 16:46:58 UTC (rev 115583)
@@ -20,7 +20,7 @@
 CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
 
 setup(name='appendonly',
-      version='0.9dev',
+      version='0.9',
       description='Persistent append-only data structures.',
       long_description=README + '\n\n' +  CHANGES,
       classifiers=[



More information about the checkins mailing list