Commit 8b2fcc65 authored by Jim Fulton's avatar Jim Fulton

prep for release

parent 6b484f8a
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
Change History Change History
================ ================
Unreleased 4.0.0 (2013-08-18)
========== ==================
- TBA Finally released.
4.0.0b3 (2013-06-11) 4.0.0b3 (2013-06-11)
==================== ====================
......
...@@ -16,7 +16,7 @@ use ZoneAlarm. ...@@ -16,7 +16,7 @@ use ZoneAlarm.
Compatibility Compatibility
============= =============
ZODB 4.0 requires Python 2.6 or 2.7. ZODB 4.0 requires Python 2.6, 2.7, 3.3.
Prerequisites Prerequisites
============= =============
......
...@@ -20,7 +20,7 @@ to application logic. ZODB includes features such as a plugable storage ...@@ -20,7 +20,7 @@ to application logic. ZODB includes features such as a plugable storage
interface, rich transaction support, and undo. interface, rich transaction support, and undo.
""" """
VERSION = "4.0.0dev" VERSION = "4.0.0"
import os import os
import sys import sys
......
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