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.
Change information for previous versions of Zope can be found at
http://docs.zope.org/zope2/releases/.
2.12.9 (unreleased)
2.12.9 (2010-07-13)
-------------------
Bugs Fixed
......@@ -24,8 +24,8 @@ Features Added
- Factored out the `Products.ZSQLMethods` into its own distribution. The
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
the new `Products.ZSQLMethod` distribution. This will only work for code that
requires at least Zope 2.12.9.
the new `Products.ZSQLMethods` distribution. This will only work for code
that requires at least Zope 2.12.9.
- Made both `Shared` and `Shared.DC` namespace packages.
......
......@@ -16,7 +16,7 @@ import os
from setuptools import setup, find_packages, Extension
setup(name='Zope2',
version='2.12.9dev',
version='2.12.9',
url='http://www.zope.org',
license='ZPL 2.1',
description='Zope2 application server / web framework',
......
......@@ -2,7 +2,7 @@
versions = versions
[versions]
Zope2 =
Zope2 = 2.12.9
Acquisition = 2.13.3
buildout.dumppickedversions = 0.4
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