[Checkins] SVN: persistent/trunk/ Get meta-docs in shape.

Tres Seaver tseaver at palladion.com
Wed Feb 16 21:53:27 EST 2011


Log message for revision 120409:
  Get meta-docs in shape.

Changed:
  U   persistent/trunk/CHANGES.txt
  U   persistent/trunk/README.txt
  U   persistent/trunk/setup.py

-=-
Modified: persistent/trunk/CHANGES.txt
===================================================================
--- persistent/trunk/CHANGES.txt	2011-02-17 02:49:56 UTC (rev 120408)
+++ persistent/trunk/CHANGES.txt	2011-02-17 02:53:27 UTC (rev 120409)
@@ -1,8 +1,7 @@
-Changes
-=======
+``persistent`` Changelog
+========================
 
-1.0 (unreleased)
-----------------
+3.11 (unreleased)
+-----------------
 
-* Initial release, branched from ZODB trunk on 2009-09-18 (aka
-  "3.9.0dev").
+- Initial release, branched from ZODB trunk on 2011-02-16.

Modified: persistent/trunk/README.txt
===================================================================
--- persistent/trunk/README.txt	2011-02-17 02:49:56 UTC (rev 120408)
+++ persistent/trunk/README.txt	2011-02-17 02:53:27 UTC (rev 120409)
@@ -1,6 +1,9 @@
-=================
-Persistet objects
-=================
+``persistent``:  automatic persistence for Python objects
+=========================================================
 
-This package contains a generic persistence implementation for Python. It is
-mainly used by the ZODB, though.
+This package contains a generic persistence implementation for Python. It
+forms the core protocol for making objects interact "transparently" with
+a database such as the ZODB.
+
+Please see the Sphinx documentation (``docs/index.rst``) for further
+information.

Modified: persistent/trunk/setup.py
===================================================================
--- persistent/trunk/setup.py	2011-02-17 02:49:56 UTC (rev 120408)
+++ persistent/trunk/setup.py	2011-02-17 02:53:27 UTC (rev 120409)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '3.10b1'
+__version__ = '3.11dev'
 
 import os
 



More information about the checkins mailing list