[Checkins] SVN: z3c.layer.pagelet/trunk/ Preparing release 1.1.0

Michael Howitz mh at gocept.com
Sat Feb 14 08:49:52 EST 2009


Log message for revision 96524:
  Preparing release 1.1.0

Changed:
  U   z3c.layer.pagelet/trunk/CHANGES.txt
  U   z3c.layer.pagelet/trunk/setup.py

-=-
Modified: z3c.layer.pagelet/trunk/CHANGES.txt
===================================================================
--- z3c.layer.pagelet/trunk/CHANGES.txt	2009-02-14 13:43:36 UTC (rev 96523)
+++ z3c.layer.pagelet/trunk/CHANGES.txt	2009-02-14 13:49:51 UTC (rev 96524)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.1.0 (unreleased)
+1.1.0 (2009-02-14)
 ------------------
 
 - Bugfix: use IContentTemplate instead of IPageTemplate which avoids to get the

Modified: z3c.layer.pagelet/trunk/setup.py
===================================================================
--- z3c.layer.pagelet/trunk/setup.py	2009-02-14 13:43:36 UTC (rev 96523)
+++ z3c.layer.pagelet/trunk/setup.py	2009-02-14 13:49:51 UTC (rev 96524)
@@ -1,7 +1,6 @@
-#!python
 ##############################################################################
 #
-# Copyright (c) 2007 Zope Foundation and Contributors.
+# Copyright (c) 2007-2009 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -12,10 +11,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Setup
+"""Setup"""
 
-$Id:$
-"""
 import os
 import xml.sax.saxutils
 from setuptools import setup, find_packages
@@ -24,9 +21,11 @@
     text = open(os.path.join(os.path.dirname(__file__), *rnames)).read()
     return xml.sax.saxutils.escape(text)
 
+version = '1.1.0'
+
 setup(
-    name = 'z3c.layer.pagelet',
-    version = '1.0.2dev',
+    name='z3c.layer.pagelet',
+    version=version,
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',
     description = "Pagelet layer setup for Zope3",



More information about the Checkins mailing list