[Checkins] SVN: zope.dublincore/trunk/ Prepare 3.6.1 release.

Tres Seaver tseaver at palladion.com
Mon Apr 19 16:19:55 EDT 2010


Log message for revision 111144:
  Prepare 3.6.1 release.

Changed:
  U   zope.dublincore/trunk/CHANGES.txt
  U   zope.dublincore/trunk/setup.py

-=-
Modified: zope.dublincore/trunk/CHANGES.txt
===================================================================
--- zope.dublincore/trunk/CHANGES.txt	2010-04-19 20:05:31 UTC (rev 111143)
+++ zope.dublincore/trunk/CHANGES.txt	2010-04-19 20:19:54 UTC (rev 111144)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-3.6.1 (unreleased)
+3.6.1 (2010-04-19)
 ==================
 
 - Added tests for ``zope.dublincore.timeannotators``.
@@ -20,6 +20,7 @@
   dependency on zope.annotation and thereby the ZODB, leaving it as a test
   dependency.
 
+
 3.5.0 (2009-09-15)
 ==================
 
@@ -35,11 +36,13 @@
 - Remove unused imports, fix one test that was inactive because of being
   overriden by another one by a mistake.
 
+
 3.4.2 (2009-01-31)
 ==================
 
 - Declare dependency on zope.datetime.
 
+
 3.4.1 (2009-01-26)
 ==================
 
@@ -47,11 +50,13 @@
 
 - Fix: Make CreatorAnnotator not to fail if participation principal is None
 
+
 3.4.0 (2007-09-28)
 ==================
 
 No further changes since 3.4.0a1.
 
+
 3.4.0a1 (2007-04-22)
 ====================
 

Modified: zope.dublincore/trunk/setup.py
===================================================================
--- zope.dublincore/trunk/setup.py	2010-04-19 20:05:31 UTC (rev 111143)
+++ zope.dublincore/trunk/setup.py	2010-04-19 20:19:54 UTC (rev 111144)
@@ -26,7 +26,7 @@
 def read(*path):
     return open(os.path.join(*path)).read() + '\n\n'
 
-version = '3.6.1dev'
+version = '3.6.1'
 
 long_description = (
     '.. contents::\n\n' +



More information about the checkins mailing list