[Checkins] SVN: zope.app.publisher/tags/3.6.2/ Tag 3.6.2

Dan Korostelev nadako at gmail.com
Wed Mar 18 09:43:40 EDT 2009


Log message for revision 98236:
  Tag 3.6.2

Changed:
  A   zope.app.publisher/tags/3.6.2/
  U   zope.app.publisher/tags/3.6.2/CHANGES.txt
  D   zope.app.publisher/tags/3.6.2/buildout.cfg
  A   zope.app.publisher/tags/3.6.2/buildout.cfg
  U   zope.app.publisher/tags/3.6.2/setup.py

-=-
Modified: zope.app.publisher/tags/3.6.2/CHANGES.txt
===================================================================
--- zope.app.publisher/trunk/CHANGES.txt	2009-03-18 11:48:25 UTC (rev 98224)
+++ zope.app.publisher/tags/3.6.2/CHANGES.txt	2009-03-18 13:43:39 UTC (rev 98236)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-3.6.2 (unreleased)
+3.6.2 (2009-03-18)
 ==================
 
 - Register ``IModifiableUserPreferredLanguages`` adapter in the ZCML

Deleted: zope.app.publisher/tags/3.6.2/buildout.cfg
===================================================================
--- zope.app.publisher/trunk/buildout.cfg	2009-03-18 11:48:25 UTC (rev 98224)
+++ zope.app.publisher/tags/3.6.2/buildout.cfg	2009-03-18 13:43:39 UTC (rev 98236)
@@ -1,18 +0,0 @@
-[buildout]
-develop = . ../zope.app.i18n ../zope.i18n ../zope.publisher
-parts = test coverage-test coverage-report
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = zope.app.publisher [test]
-
-[coverage-test]
-recipe = zc.recipe.testrunner
-eggs = zope.app.publisher [test]
-defaults = ['--coverage', '../../coverage']
-
-[coverage-report]
-recipe = zc.recipe.egg
-eggs = z3c.coverage
-scripts = coverage=coverage-report
-arguments = ('coverage', 'coverage/report')

Copied: zope.app.publisher/tags/3.6.2/buildout.cfg (from rev 98235, zope.app.publisher/trunk/buildout.cfg)
===================================================================
--- zope.app.publisher/tags/3.6.2/buildout.cfg	                        (rev 0)
+++ zope.app.publisher/tags/3.6.2/buildout.cfg	2009-03-18 13:43:39 UTC (rev 98236)
@@ -0,0 +1,18 @@
+[buildout]
+develop = .
+parts = test coverage-test coverage-report
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = zope.app.publisher [test]
+
+[coverage-test]
+recipe = zc.recipe.testrunner
+eggs = zope.app.publisher [test]
+defaults = ['--coverage', '../../coverage']
+
+[coverage-report]
+recipe = zc.recipe.egg
+eggs = z3c.coverage
+scripts = coverage=coverage-report
+arguments = ('coverage', 'coverage/report')

Modified: zope.app.publisher/tags/3.6.2/setup.py
===================================================================
--- zope.app.publisher/trunk/setup.py	2009-03-18 11:48:25 UTC (rev 98224)
+++ zope.app.publisher/tags/3.6.2/setup.py	2009-03-18 13:43:39 UTC (rev 98236)
@@ -19,7 +19,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.app.publisher',
-      version = '3.6.2dev',
+      version = '3.6.2',
       url='http://pypi.python.org/pypi/zope.app.publisher/',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',



More information about the Checkins mailing list