ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> zope-checkins
zope-checkins
[Zope-Checkins] SVN: Zope/branches/2.12/ open for Zope 2.12.2-dev
by Andreas Jung other posts by this author
Nov 1 2009 9:35PM messages near this date
[Zope-Checkins] SVN: Zope/branches/2.12/ Avoid possible errors on test tear-down in Products.Five.fiveconfigure's cleanUp() function if Products.meta_types has not been set | [Zope-Checkins] SVN: Zope/branches/2.12/setup.py updated
Log message for revision 105428:
  open for Zope 2.12.2-dev
  

Changed:
  U   Zope/branches/2.12/doc/CHANGES.rst
  U   Zope/branches/2.12/setup.py

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst	2009-11-02 05:33:42 UTC (rev 105427)
+++ Zope/branches/2.12/doc/CHANGES.rst	2009-11-02 05:34:39 UTC (rev 105428)
@@ -5,6 +5,14 @@
 Change information for previous versions of Zope can be found in the
 file HISTORY.txt.
 
+Zope 2.12.2 (unreleased)
+------------------------
+
+Bugs Fixed
+++++++++++
+
+
+
 Zope 2.12.1 (2009/11/02)
 ------------------------
 

Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py	2009-11-02 05:33:42 UTC (rev 105427)
+++ Zope/branches/2.12/setup.py	2009-11-02 05:34:39 UTC (rev 105428)
@@ -19,7 +19,7 @@
 EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
 
 params = dict(name='Zope2',
-    version='2.12.1',
+    version='2.12.2-dev',
     url='http://www.zope.org',
     license='ZPL 2.1',
     description='Zope2 application server / web framework',

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@[...].org
https://mail.zope.org/mailman/listinfo/zope-checkins

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved