[Checkins] SVN: appendonly/trunk/ Note major version bump, due to dropped support for Python 2.4 / 2.5.

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


Log message for revision 129809:
  Note major version bump, due to dropped support for Python 2.4 / 2.5.

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:34 UTC (rev 129808)
+++ appendonly/trunk/CHANGES.txt	2013-02-25 21:52:35 UTC (rev 129809)
@@ -1,8 +1,8 @@
 ``appendonly`` Changelog
 ========================
 
-0.11 (unreleased)
------------------
+1.0 (unreleased)
+----------------
 
 - Added a conflict-free 'Accumulator' class: manages a queue of items which
   can be iterated, appended to, or conumed entirely (no partial / pop).

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



More information about the checkins mailing list