Commit 8f6a24b8 authored by Hanno Schlichting's avatar Hanno Schlichting

Bump version

parent d45e174a
...@@ -5,6 +5,18 @@ This file contains change information for the current Zope release. ...@@ -5,6 +5,18 @@ 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.13.0a2 (unreleased)
---------------------
Bugs Fixed
++++++++++
Features Added
++++++++++++++
2.13.0a1 (2010-06-25) 2.13.0a1 (2010-06-25)
--------------------- ---------------------
......
...@@ -17,7 +17,7 @@ from setuptools import setup, find_packages ...@@ -17,7 +17,7 @@ from setuptools import setup, find_packages
setup(name='Zope2', setup(name='Zope2',
version='2.13.0a1', version='2.13.0a2.dev',
url='http://zope2.zope.org', url='http://zope2.zope.org',
license='ZPL 2.1', license='ZPL 2.1',
description='Zope2 application server / web framework', description='Zope2 application server / web framework',
......
...@@ -3,7 +3,7 @@ versions = versions ...@@ -3,7 +3,7 @@ versions = versions
[versions] [versions]
# Zope2-specific # Zope2-specific
Zope2 = 2.13.0a1 Zope2 =
AccessControl = 2.13.1 AccessControl = 2.13.1
Acquisition = 2.13.3 Acquisition = 2.13.3
DateTime = 2.12.2 DateTime = 2.12.2
......
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