Commit ddd92423 authored by Hanno Schlichting's avatar Hanno Schlichting

Prepare a3 release

parent 98aae47d
......@@ -6,8 +6,11 @@ Change information for previous versions of Zope can be found in the
file HISTORY.txt.
Trunk
-----
2.12.0a3 (2009-04-19)
---------------------
The generated tarball for the 2.12.0a2 source release was incomplete, due to
a setuptools and Subversion 1.6 incompatibility.
Known issues
++++++++++++
......@@ -30,10 +33,6 @@ Restructuring
- Removed more unused code of the versions support feature including the
Globals.VersionNameName constant.
Bugs Fixed
++++++++++
2.12.0a2 (2009-04-19)
---------------------
......
......@@ -51,7 +51,7 @@ copyright = u'2009, The Zope Developers Community'
# The short X.Y version.
version = '2.12.0'
# The full version, including alpha/beta/rc tags.
release = '2.12.0a1'
release = '2.12.0a3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
ZOPEVERSION = 2.12.0-a2
ZOPEVERSION = 2.12.0a3
ZOPEDIRNAME := Zope-$(ZOPEVERSION)
ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz
......
......@@ -4,4 +4,4 @@ ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch'
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
VERSION_RELEASE_TAG = 'a2'
VERSION_RELEASE_TAG = 'a3'
......@@ -19,7 +19,7 @@ from setuptools import setup, find_packages, Extension
EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
params = dict(name='Zope2',
version='2.12.0a3-dev',
version='2.12.0a3',
url='http://www.zope.org',
license='ZPL 2.1',
description='Zope2 application server / web framework',
......
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