[Checkins] SVN: appendonly/trunk/ svb; also, note Python 2.7 compatibility.

Tres Seaver tseaver at palladion.com
Tue Feb 21 21:58:14 UTC 2012


Log message for revision 124452:
  svb;  also, note Python 2.7 compatibility.

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

-=-
Modified: appendonly/trunk/CHANGES.txt
===================================================================
--- appendonly/trunk/CHANGES.txt	2012-02-21 21:57:02 UTC (rev 124451)
+++ appendonly/trunk/CHANGES.txt	2012-02-21 21:58:13 UTC (rev 124452)
@@ -1,6 +1,12 @@
 ``appendonly`` Changelog
 ========================
 
+0.11 (unreleased)
+-----------------
+
+- TBD
+
+
 0.10 (2012-02-21)
 ------------------
 

Modified: appendonly/trunk/setup.py
===================================================================
--- appendonly/trunk/setup.py	2012-02-21 21:57:02 UTC (rev 124451)
+++ appendonly/trunk/setup.py	2012-02-21 21:58:13 UTC (rev 124452)
@@ -20,7 +20,7 @@
 CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
 
 setup(name='appendonly',
-      version='0.10',
+      version='0.11dev',
       description='Persistent append-only data structures.',
       long_description=README + '\n\n' +  CHANGES,
       classifiers=[
@@ -31,6 +31,7 @@
         "Programming Language :: Python :: 2.4",
         "Programming Language :: Python :: 2.5",
         "Programming Language :: Python :: 2.6",
+        "Programming Language :: Python :: 2.7",
       ],
       author='Tres Seaver, Agendaless Consulting, Inc.',
       author_email='tseaver at agendaless.com',



More information about the checkins mailing list