[Checkins] SVN: hurry.jquery/trunk/ add a warning about hurry.jquery being superseded by js.jquery

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Jan 12 06:05:01 EST 2011


Log message for revision 119529:
  add a warning about hurry.jquery being superseded by js.jquery

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

-=-
Modified: hurry.jquery/trunk/CHANGES.txt
===================================================================
--- hurry.jquery/trunk/CHANGES.txt	2011-01-12 10:59:09 UTC (rev 119528)
+++ hurry.jquery/trunk/CHANGES.txt	2011-01-12 11:05:01 UTC (rev 119529)
@@ -1,12 +1,10 @@
 CHANGES
 *******
 
-1.4.3.2 (unreleased)
-====================
+.. Important::
+   hurry.jquery has been superseded by
+   `js.jquery <http://pypi.python.org/pypi/js.jquery>`_
 
-- Nothing changed yet.
-
-
 1.4.3.1 (2010-10-18)
 ====================
 

Modified: hurry.jquery/trunk/README.txt
===================================================================
--- hurry.jquery/trunk/README.txt	2011-01-12 10:59:09 UTC (rev 119528)
+++ hurry.jquery/trunk/README.txt	2011-01-12 11:05:01 UTC (rev 119529)
@@ -1,6 +1,10 @@
 hurry.jquery
 ************
 
+.. Important::
+   hurry.jquery has been superseded by
+   `js.jquery <http://pypi.python.org/pypi/js.jquery>`_
+
 Introduction
 ============
 

Modified: hurry.jquery/trunk/setup.py
===================================================================
--- hurry.jquery/trunk/setup.py	2011-01-12 10:59:09 UTC (rev 119528)
+++ hurry.jquery/trunk/setup.py	2011-01-12 11:05:01 UTC (rev 119529)
@@ -2,7 +2,7 @@
 import os
 
 JQUERY_VERSION = '1.4.3'
-version = '1.4.3.2dev'
+version = '1.4.3.1'
 # Name version after JQUERY_VERSION + .suffix
 
 



More information about the checkins mailing list