From d7f30ea5166cd79c495810309ae54aa21185d2da Mon Sep 17 00:00:00 2001 From: Tim Peters <tim.one@comcast.net> Date: Fri, 16 Apr 2004 20:25:07 +0000 Subject: [PATCH] Dates and version numbers for 3.3a3 release. --- NEWS.txt | 6 +++--- setup.py | 2 +- src/ZEO/__init__.py | 2 +- src/ZEO/version.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 235649d6..08c2cd57 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,6 @@ -What's new in ZODB3 3.3 beta 1 -============================== -Release date: dd-mmm-2004 +What's new in ZODB3 3.3 alpha 3 +=============================== +Release date: 16-Apr-2004 FileStorage ----------- diff --git a/setup.py b/setup.py index 3e26cf3b..299a7c5c 100644 --- a/setup.py +++ b/setup.py @@ -217,7 +217,7 @@ class MyDistribution(Distribution): doclines = __doc__.split("\n") setup(name="ZODB3", - version="3.3b1", + version="3.3a3", maintainer="Zope Corporation", maintainer_email="zodb-dev@zope.org", url = "http://www.zope.org/Wikis/ZODB", diff --git a/src/ZEO/__init__.py b/src/ZEO/__init__.py index 5cc33474..8946f394 100644 --- a/src/ZEO/__init__.py +++ b/src/ZEO/__init__.py @@ -21,4 +21,4 @@ ZEO is now part of ZODB; ZODB's home on the web is """ -version = "2.3a2" +version = "2.3a3" diff --git a/src/ZEO/version.txt b/src/ZEO/version.txt index c833e793..37d53c06 100644 --- a/src/ZEO/version.txt +++ b/src/ZEO/version.txt @@ -1 +1 @@ -2.3a2 +2.3a3 -- 2.30.9