Commit 793f6521 authored by Tres Seaver's avatar Tres Seaver

svb

parent 37e4ea77
...@@ -5,6 +5,11 @@ This file contains change information for the current Zope release. ...@@ -5,6 +5,11 @@ 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.23 (unreleased)
--------------------
- TBD
2.12.22 (2012-01-18) 2.12.22 (2012-01-18)
-------------------- --------------------
......
...@@ -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.22', version='2.12.23dev',
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',
......
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