[Checkins] SVN: z3c.hashedresource/trunk/ Preparing release 1.0

Wolfgang Schnerring wosc at wosc.de
Tue Jun 16 04:31:34 EDT 2009


Log message for revision 101041:
  Preparing release 1.0

Changed:
  U   z3c.hashedresource/trunk/CHANGES.txt
  U   z3c.hashedresource/trunk/buildout.cfg
  U   z3c.hashedresource/trunk/setup.py

-=-
Modified: z3c.hashedresource/trunk/CHANGES.txt
===================================================================
--- z3c.hashedresource/trunk/CHANGES.txt	2009-06-16 08:30:41 UTC (rev 101040)
+++ z3c.hashedresource/trunk/CHANGES.txt	2009-06-16 08:31:34 UTC (rev 101041)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.1 (unreleased)
+1.0 (2009-06-16)
 ================
 
 - first released version

Modified: z3c.hashedresource/trunk/buildout.cfg
===================================================================
--- z3c.hashedresource/trunk/buildout.cfg	2009-06-16 08:30:41 UTC (rev 101040)
+++ z3c.hashedresource/trunk/buildout.cfg	2009-06-16 08:31:34 UTC (rev 101041)
@@ -1,5 +1,6 @@
 [buildout]
 develop = .
+          ../zope.app.publisher
 parts = test
 
 [test]

Modified: z3c.hashedresource/trunk/setup.py
===================================================================
--- z3c.hashedresource/trunk/setup.py	2009-06-16 08:30:41 UTC (rev 101040)
+++ z3c.hashedresource/trunk/setup.py	2009-06-16 08:31:34 UTC (rev 101041)
@@ -4,7 +4,7 @@
 
 setup(
     name='z3c.hashedresource',
-    version = '1.0dev',
+    version = '1.0',
     author='Wolfgang Schnerring',
     author_email='ws at gocept.com',
     description='Provides URLs for resources that change whenever their content changes.',



More information about the Checkins mailing list