[Checkins] SVN: z3c.xmlhttp/trunk/ prepare release

Roger Ineichen cvs-admin at zope.org
Sun Nov 18 23:53:08 UTC 2012


Log message for revision 128335:
  prepare release

Changed:
  _U  z3c.xmlhttp/trunk/
  U   z3c.xmlhttp/trunk/CHANGES.txt
  A   z3c.xmlhttp/trunk/MANIFEST.in
  U   z3c.xmlhttp/trunk/setup.py

-=-

Property changes on: z3c.xmlhttp/trunk
___________________________________________________________________
Modified: svn:ignore
   - .installed.cfg
bin
develop-eggs
parts

   + .installed.cfg
bin
develop-eggs
parts
dist


Modified: z3c.xmlhttp/trunk/CHANGES.txt
===================================================================
--- z3c.xmlhttp/trunk/CHANGES.txt	2012-11-18 20:02:46 UTC (rev 128334)
+++ z3c.xmlhttp/trunk/CHANGES.txt	2012-11-18 23:53:07 UTC (rev 128335)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.5.1 (unreleased)
+0.5.1 (2012-11-19)
 ------------------
 
 - cleanup msxml2 setup. See comments about the correct MSXML2.XMLHTTP usage at

Added: z3c.xmlhttp/trunk/MANIFEST.in
===================================================================
--- z3c.xmlhttp/trunk/MANIFEST.in	                        (rev 0)
+++ z3c.xmlhttp/trunk/MANIFEST.in	2012-11-18 23:53:07 UTC (rev 128335)
@@ -0,0 +1,3 @@
+global-include *.txt
+include *.txt
+recursive-include src *.txt *.zcml *.js

Modified: z3c.xmlhttp/trunk/setup.py
===================================================================
--- z3c.xmlhttp/trunk/setup.py	2012-11-18 20:02:46 UTC (rev 128334)
+++ z3c.xmlhttp/trunk/setup.py	2012-11-18 23:53:07 UTC (rev 128335)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.xmlhttp',
-    version='0.5.1dev',
+    version='0.5.1',
     author = "Roger Ineichen and the Zope Community",
     author_email = "zope3-dev at zope.org",
     description = "XMLHttpRequest (XHR) javascript",
@@ -44,7 +44,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url = 'http://cheeseshop.python.org/pypi/z3c.xmlhttp',
+    url = 'http://pypi.python.org/pypi/z3c.xmlhttp',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the checkins mailing list