[Checkins] SVN: hurry.resource/trunk/ Preparing release 0.4

Martijn Faassen faassen at startifact.com
Wed Dec 16 12:30:28 EST 2009


Log message for revision 106639:
  Preparing release 0.4

Changed:
  U   hurry.resource/trunk/CHANGES.txt
  U   hurry.resource/trunk/buildout.cfg
  U   hurry.resource/trunk/setup.py

-=-
Modified: hurry.resource/trunk/CHANGES.txt
===================================================================
--- hurry.resource/trunk/CHANGES.txt	2009-12-16 17:28:00 UTC (rev 106638)
+++ hurry.resource/trunk/CHANGES.txt	2009-12-16 17:30:27 UTC (rev 106639)
@@ -1,7 +1,7 @@
 CHANGES
 *******
 
-0.4 (unreleased)
+0.4 (2009-12-16)
 ================
 
 * Expose a ``GroupInclusion`` that only exists to depend on other

Modified: hurry.resource/trunk/buildout.cfg
===================================================================
--- hurry.resource/trunk/buildout.cfg	2009-12-16 17:28:00 UTC (rev 106638)
+++ hurry.resource/trunk/buildout.cfg	2009-12-16 17:30:27 UTC (rev 106639)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = test
+parts = test releaser
 versions = versions
 
 [versions]
@@ -9,3 +9,7 @@
 recipe = zc.recipe.testrunner
 eggs = hurry.resource
 defaults = ['--tests-pattern', '^f?tests$', '-v']
+
+[releaser]
+recipe = zc.recipe.egg
+eggs = zest.releaser

Modified: hurry.resource/trunk/setup.py
===================================================================
--- hurry.resource/trunk/setup.py	2009-12-16 17:28:00 UTC (rev 106638)
+++ hurry.resource/trunk/setup.py	2009-12-16 17:30:27 UTC (rev 106639)
@@ -15,7 +15,7 @@
 
 setup(
     name='hurry.resource',
-    version='0.4dev',
+    version = '0.4',
     description="Flexible resources for web applications.",
     long_description=long_description,
     classifiers=[],



More information about the checkins mailing list