Commit f101a8e5 authored by Hanno Schlichting's avatar Hanno Schlichting

Prepare Zope2 2.12.9.

parent dfd38988
...@@ -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.9 (unreleased) 2.12.9 (2010-07-13)
------------------- -------------------
Bugs Fixed Bugs Fixed
...@@ -24,8 +24,8 @@ Features Added ...@@ -24,8 +24,8 @@ Features Added
- Factored out the `Products.ZSQLMethods` into its own distribution. The - Factored out the `Products.ZSQLMethods` into its own distribution. The
distribution also includes the `Shared.DC.ZRDB` code. The code is no longer distribution also includes the `Shared.DC.ZRDB` code. The code is no longer
included in Zope 2.13. If you rely on it, please specify a dependency on included in Zope 2.13. If you rely on it, please specify a dependency on
the new `Products.ZSQLMethod` distribution. This will only work for code that the new `Products.ZSQLMethods` distribution. This will only work for code
requires at least Zope 2.12.9. that requires at least Zope 2.12.9.
- Made both `Shared` and `Shared.DC` namespace packages. - Made both `Shared` and `Shared.DC` namespace packages.
......
...@@ -16,7 +16,7 @@ import os ...@@ -16,7 +16,7 @@ import os
from setuptools import setup, find_packages, Extension from setuptools import setup, find_packages, Extension
setup(name='Zope2', setup(name='Zope2',
version='2.12.9dev', version='2.12.9',
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.9
Acquisition = 2.13.3 Acquisition = 2.13.3
buildout.dumppickedversions = 0.4 buildout.dumppickedversions = 0.4
ClientForm = 0.2.10 ClientForm = 0.2.10
......
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