[py-svn] r57579 - in py/release/0.9.x: . py py/doc

hpk at codespeak.net hpk at codespeak.net
Fri Aug 22 12:37:36 CEST 2008


Author: hpk
Date: Fri Aug 22 12:37:35 2008
New Revision: 57579

Modified:
   py/release/0.9.x/py/__init__.py
   py/release/0.9.x/py/doc/release-0.9.2.txt
   py/release/0.9.x/setup.py
Log:
update release announcement, tag as 0.9.2 


Modified: py/release/0.9.x/py/__init__.py
==============================================================================
--- py/release/0.9.x/py/__init__.py	(original)
+++ py/release/0.9.x/py/__init__.py	Fri Aug 22 12:37:35 2008
@@ -22,7 +22,7 @@
 """
 from initpkg import initpkg
 
-version = "0.9.2b10"
+version = "0.9.2"
 
 initpkg(__name__,
     description = "py lib: agile development and test support library",

Modified: py/release/0.9.x/py/doc/release-0.9.2.txt
==============================================================================
--- py/release/0.9.x/py/doc/release-0.9.2.txt	(original)
+++ py/release/0.9.x/py/doc/release-0.9.2.txt	Fri Aug 22 12:37:35 2008
@@ -3,9 +3,9 @@
 
 Welcome to the 0.9.2 py lib and py.test release - 
 mainly fixing Windows issues, providing better
-packaging and integration with setuptools. 
+packaging and integration with setuptools.
 
-Here is a quick summary of what it provides: 
+Here is a quick summary of what the py lib provides: 
 
 * py.test: cross-project testing tool with many advanced features
 * py.execnet: ad-hoc code distribution to SSH, Socket and local sub processes
@@ -16,6 +16,8 @@
 
 See here for more information:
 
+Pypi pages: http://pypi.python.org/pypi/py/
+
 Download/Install:   http://codespeak.net/py/0.9.2/download.html
 
 Documentation/API:  http://codespeak.net/py/0.9.2/index.html

Modified: py/release/0.9.x/setup.py
==============================================================================
--- py/release/0.9.x/setup.py	(original)
+++ py/release/0.9.x/setup.py	Fri Aug 22 12:37:35 2008
@@ -1,7 +1,7 @@
 """
     setup file for 'py' package based on:
 
-        https://codespeak.net/svn/py/release/0.9.x, revision=57517
+        https://codespeak.net/svn/py/release/0.9.x, revision=57578
 
     autogenerated by gensetup.py
 """
@@ -38,7 +38,7 @@
         name='py',
         description='py lib: agile development and test support library',
         long_description = long_description, 
-        version='0.9.2b10', 
+        version='0.9.2', 
         url='http://pylib.org', 
         download_url='http://codespeak.net/py/0.9.2/download.html', 
         license='MIT license',



More information about the pytest-commit mailing list