[Checkins] SVN: hurry.yui/trunk/setup.py Prepare for 2.7.0.

Martijn Faassen faassen at startifact.com
Mon Sep 7 16:21:06 EDT 2009


Log message for revision 103615:
  Prepare for 2.7.0.
  

Changed:
  U   hurry.yui/trunk/setup.py

-=-
Modified: hurry.yui/trunk/setup.py
===================================================================
--- hurry.yui/trunk/setup.py	2009-09-07 20:20:23 UTC (rev 103614)
+++ hurry.yui/trunk/setup.py	2009-09-07 20:21:06 UTC (rev 103615)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-YUI_VERSION = '2.6.0'
+YUI_VERSION = '2.7.0'
 
 import sys, os
 
@@ -19,7 +19,7 @@
 
 setup(
     name='hurry.yui',
-    version=YUI_VERSION + '.5' + 'dev',
+    version=YUI_VERSION + 'dev',
     description="hurry.resource style resources for YUI.",
     long_description = long_description,
     classifiers=[],



More information about the checkins mailing list