Commit 358ac883 authored by Tres Seaver's avatar Tres Seaver

Get meta-docs in shape.

parent 5b4e713b
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.
=================
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.
......@@ -12,7 +12,7 @@
#
##############################################################################
__version__ = '3.10b1'
__version__ = '3.11dev'
import os
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment