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

Tres Seaver cvs-admin at zope.org
Mon Feb 25 21:52:36 UTC 2013


Log message for revision 129810:
  Prep 1.0 release.

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

-=-
Modified: appendonly/trunk/CHANGES.txt
===================================================================
--- appendonly/trunk/CHANGES.txt	2013-02-25 21:52:35 UTC (rev 129809)
+++ appendonly/trunk/CHANGES.txt	2013-02-25 21:52:36 UTC (rev 129810)
@@ -1,7 +1,7 @@
 ``appendonly`` Changelog
 ========================
 
-1.0 (unreleased)
+1.0 (2013-02-25)
 ----------------
 
 - Added a conflict-free 'Accumulator' class: manages a queue of items which

Modified: appendonly/trunk/setup.py
===================================================================
--- appendonly/trunk/setup.py	2013-02-25 21:52:35 UTC (rev 129809)
+++ appendonly/trunk/setup.py	2013-02-25 21:52:36 UTC (rev 129810)
@@ -20,7 +20,7 @@
 CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
 
 setup(name='appendonly',
-      version='1.0dev',
+      version='1.0',
       description='Persistent append-only data structures.',
       long_description=README + '\n\n' +  CHANGES,
       classifiers=[



More information about the checkins mailing list