[Checkins] SVN: relstorage/ Used 'dev' marker in version string
    Shane Hathaway 
    shane at hathawaymix.org
       
    Wed Dec 17 20:43:08 EST 2008
    
    
  
Log message for revision 94159:
  Used 'dev' marker in version string
  
Changed:
  U   relstorage/branches/1.1/setup.py
  U   relstorage/trunk/setup.py
-=-
Modified: relstorage/branches/1.1/setup.py
===================================================================
--- relstorage/branches/1.1/setup.py	2008-12-17 23:43:54 UTC (rev 94158)
+++ relstorage/branches/1.1/setup.py	2008-12-18 01:43:08 UTC (rev 94159)
@@ -27,7 +27,7 @@
 with RelStorage.
 """
 
-VERSION = "1.1c1"
+VERSION = "1.1dev"
 
 classifiers = """\
 Development Status :: 4 - Beta
Modified: relstorage/trunk/setup.py
===================================================================
--- relstorage/trunk/setup.py	2008-12-17 23:43:54 UTC (rev 94158)
+++ relstorage/trunk/setup.py	2008-12-18 01:43:08 UTC (rev 94159)
@@ -27,7 +27,7 @@
 with RelStorage.
 """
 
-VERSION = "1.1c1"
+VERSION = "1.1dev"
 
 classifiers = """\
 Development Status :: 4 - Beta
    
    
More information about the Checkins
mailing list