Commit 191fb6bc authored by Hanno Schlichting's avatar Hanno Schlichting

Prepare Zope2 2.12.5.

parent e8aefd04
...@@ -5,7 +5,7 @@ This file contains change information for the current Zope release. ...@@ -5,7 +5,7 @@ This file contains change information for the current Zope release.
Change information for previous versions of Zope can be found at Change information for previous versions of Zope can be found at
http://docs.zope.org/zope2/releases/. http://docs.zope.org/zope2/releases/.
2.12.5 (unreleased) 2.12.5 (2010-04-24)
------------------- -------------------
Features Added Features Added
......
...@@ -19,7 +19,7 @@ from setuptools import setup, find_packages, Extension ...@@ -19,7 +19,7 @@ from setuptools import setup, find_packages, Extension
EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src'] EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
params = dict(name='Zope2', params = dict(name='Zope2',
version='2.12.5dev', version='2.12.5',
url='http://www.zope.org', url='http://www.zope.org',
license='ZPL 2.1', license='ZPL 2.1',
description='Zope2 application server / web framework', description='Zope2 application server / web framework',
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
versions = versions versions = versions
[versions] [versions]
Zope2 = Zope2 = 2.12.5
Acquisition = 2.13.3 Acquisition = 2.13.3
ClientForm = 0.2.10 ClientForm = 0.2.10
DateTime = 2.12.0 DateTime = 2.12.0
......
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