[Checkins] SVN: mongopersist/trunk/ vb

Stephen Richter cvs-admin at zope.org
Fri Apr 13 13:31:36 UTC 2012


Log message for revision 125135:
  vb

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

-=-
Modified: mongopersist/trunk/CHANGES.txt
===================================================================
--- mongopersist/trunk/CHANGES.txt	2012-04-13 13:26:16 UTC (rev 125134)
+++ mongopersist/trunk/CHANGES.txt	2012-04-13 13:31:33 UTC (rev 125135)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+0.7.2 (unreleased)
+------------------
+
+- ...
+
 0.7.1 (2012-04-13)
 ------------------
 
@@ -15,9 +20,9 @@
   arbitrary keyword arguments. This makes roughly a 2-4% difference in object
   loading time.
 
-- Bug: An error occurred when ``_py_serial`` was missing. This was 
-  possible due to a bug in version 0.6. It also protects against third 
-  party software which is not aware of our meta-data.
+- Bug: An error occurred when ``_py_serial`` was missing. This was possible
+  due to a bug in version 0.6. It also protects against third party software
+  which is not aware of our meta-data.
 
 - Performance: Switched to ``repoze.lru`` (from ``lru``), which is much
   faster.

Modified: mongopersist/trunk/setup.py
===================================================================
--- mongopersist/trunk/setup.py	2012-04-13 13:26:16 UTC (rev 125134)
+++ mongopersist/trunk/setup.py	2012-04-13 13:31:33 UTC (rev 125135)
@@ -9,7 +9,7 @@
 
 setup (
     name='mongopersist',
-    version='0.7.1',
+    version='0.7.2.dev0',
     author = "Stephan Richter",
     author_email = "stephan.richter at gmail.com",
     description = "Mongo Persistence Backend",



More information about the checkins mailing list