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

prep for release

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