[Checkins] SVN: z3c.template/trunk/ Make a 1.1 release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Oct 8 21:05:22 EDT 2007


Log message for revision 80725:
  Make a 1.1 release.
  

Changed:
  _U  z3c.template/trunk/
  U   z3c.template/trunk/CHANGES.txt
  U   z3c.template/trunk/README.txt
  U   z3c.template/trunk/setup.py
  _U  z3c.template/trunk/src/

-=-

Property changes on: z3c.template/trunk
___________________________________________________________________
Name: svn:ignore
   - .installed.cfg
bin
develop-eggs
dist
parts

   + .installed.cfg
bin
build
develop-eggs
dist
eggs
parts


Modified: z3c.template/trunk/CHANGES.txt
===================================================================
--- z3c.template/trunk/CHANGES.txt	2007-10-08 22:54:35 UTC (rev 80724)
+++ z3c.template/trunk/CHANGES.txt	2007-10-09 01:05:20 UTC (rev 80725)
@@ -2,7 +2,13 @@
 Changes
 =======
 
-1.1 (unreleased)
-================
+1.1 (2007-10-08)
+----------------
 
-* Added an IContentTemplate interface which is used for <z3c:template>.
+* Added an ``IContentTemplate`` interface which is used for 
+  ``<z3c:template>``.
+
+1.0 (2007-??-??)
+----------------
+
+* Initial release.

Modified: z3c.template/trunk/README.txt
===================================================================
--- z3c.template/trunk/README.txt	2007-10-08 22:54:35 UTC (rev 80724)
+++ z3c.template/trunk/README.txt	2007-10-09 01:05:20 UTC (rev 80725)
@@ -1,6 +1,6 @@
-=============
+-------------
 Z3C Templates
-=============
+-------------
 
 This package allows us to separate the registration of the view code and the
 layout.

Modified: z3c.template/trunk/setup.py
===================================================================
--- z3c.template/trunk/setup.py	2007-10-08 22:54:35 UTC (rev 80724)
+++ z3c.template/trunk/setup.py	2007-10-09 01:05:20 UTC (rev 80725)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.template',
-    version='1.1a1',
+    version='1.1',
     author = "Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "A package implementing advanced Page Template patterns.",
@@ -51,7 +51,6 @@
         'Framework :: Zope3'],
     url = 'http://pypi.python.org/pypi/z3c.template',
     packages = find_packages('src'),
-    include_package_data = True,
     package_dir = {'':'src'},
     namespace_packages = ['z3c'],
     extras_require = dict(
@@ -68,6 +67,6 @@
         'zope.schema',
         'zope.tal',
         ],
-    dependency_links = ['http://download.zope.org/distribution'],
+    include_package_data = True,
     zip_safe = False,
     )


Property changes on: z3c.template/trunk/src
___________________________________________________________________
Name: svn:ignore
   + z3c.template.egg-info




More information about the Checkins mailing list