[Checkins] SVN: zope.interface/branches/3.6/ svg

Tres Seaver tseaver at palladion.com
Sat Aug 13 13:46:16 EDT 2011


Log message for revision 122575:
  svg

Changed:
  U   zope.interface/branches/3.6/CHANGES.txt
  U   zope.interface/branches/3.6/setup.py

-=-
Modified: zope.interface/branches/3.6/CHANGES.txt
===================================================================
--- zope.interface/branches/3.6/CHANGES.txt	2011-08-13 17:45:37 UTC (rev 122574)
+++ zope.interface/branches/3.6/CHANGES.txt	2011-08-13 17:46:16 UTC (rev 122575)
@@ -1,6 +1,9 @@
 ``zope.interface Changelog``
 ============================
 
+3.6.7 (unreleased)
+------------------
+
 3.6.6 (2011-08-13)
 ------------------
 

Modified: zope.interface/branches/3.6/setup.py
===================================================================
--- zope.interface/branches/3.6/setup.py	2011-08-13 17:45:37 UTC (rev 122574)
+++ zope.interface/branches/3.6/setup.py	2011-08-13 17:46:16 UTC (rev 122575)
@@ -17,8 +17,6 @@
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
 """Setup for zope.interface package
-
-$Id$
 """
 
 import os, sys
@@ -104,7 +102,7 @@
     from build_ext_2 import optional_build_ext
     
 setup(name='zope.interface',
-      version='3.6.6',
+      version='3.6.7dev',
       url='http://pypi.python.org/pypi/zope.interface',
       license='ZPL 2.1',
       description='Interfaces for Python',



More information about the checkins mailing list