[Checkins] SVN: hurry.resource/trunk/ Fix restructured text bug.

Martijn Faassen faassen at startifact.com
Wed Dec 16 12:39:13 EST 2009


Log message for revision 106643:
  Fix restructured text bug.
  

Changed:
  U   hurry.resource/trunk/CHANGES.txt
  U   hurry.resource/trunk/setup.py
  U   hurry.resource/trunk/src/hurry/resource/README.txt

-=-
Modified: hurry.resource/trunk/CHANGES.txt
===================================================================
--- hurry.resource/trunk/CHANGES.txt	2009-12-16 17:38:15 UTC (rev 106642)
+++ hurry.resource/trunk/CHANGES.txt	2009-12-16 17:39:13 UTC (rev 106643)
@@ -1,12 +1,11 @@
 CHANGES
 *******
 
-0.5 (unreleased)
-================
+0.4.1 (unreleased)
+==================
 
-- Nothing changed yet.
+* Fix restructured text.
 
-
 0.4 (2009-12-16)
 ================
 

Modified: hurry.resource/trunk/setup.py
===================================================================
--- hurry.resource/trunk/setup.py	2009-12-16 17:38:15 UTC (rev 106642)
+++ hurry.resource/trunk/setup.py	2009-12-16 17:39:13 UTC (rev 106643)
@@ -15,7 +15,7 @@
 
 setup(
     name='hurry.resource',
-    version = '0.5dev',
+    version = '0.4.1dev',
     description="Flexible resources for web applications.",
     long_description=long_description,
     classifiers=[],

Modified: hurry.resource/trunk/src/hurry/resource/README.txt
===================================================================
--- hurry.resource/trunk/src/hurry/resource/README.txt	2009-12-16 17:38:15 UTC (rev 106642)
+++ hurry.resource/trunk/src/hurry/resource/README.txt	2009-12-16 17:39:13 UTC (rev 106643)
@@ -409,7 +409,7 @@
 conventions for modes:
 
   * default - the original source text, non-minified, and without any
-   special extra debugging functionality.
+    special extra debugging functionality.
 
   * debug - an optional version of the source text that offers more
     debugging support, such as logging.



More information about the checkins mailing list