[Checkins] SVN: zc.recipe.filestorage/trunk/setup.py Removed dev tag. Can do this automatically, now that I know the secret

Jim Fulton jim at zope.com
Wed Jun 28 18:10:44 EDT 2006


Log message for revision 68892:
  Removed dev tag. Can do this automatically, now that I know the secret
  trick (pass egg_info before register).
  

Changed:
  U   zc.recipe.filestorage/trunk/setup.py

-=-
Modified: zc.recipe.filestorage/trunk/setup.py
===================================================================
--- zc.recipe.filestorage/trunk/setup.py	2006-06-28 22:06:36 UTC (rev 68891)
+++ zc.recipe.filestorage/trunk/setup.py	2006-06-28 22:10:44 UTC (rev 68892)
@@ -3,7 +3,7 @@
 name = "zc.recipe.filestorage"
 setup(
     name = name,
-    version = "1.0.dev",
+    version = "1.0",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "ZC Buildout recipe for defining a file-storage",



More information about the Checkins mailing list