[py-svn] r38799 - py/trunk/py

hpk at codespeak.net hpk at codespeak.net
Wed Feb 14 12:10:42 CET 2007


Author: hpk
Date: Wed Feb 14 12:10:40 2007
New Revision: 38799

Modified:
   py/trunk/py/__init__.py
Log:
bumping version to 0.9.0 (trying :)


Modified: py/trunk/py/__init__.py
==============================================================================
--- py/trunk/py/__init__.py	(original)
+++ py/trunk/py/__init__.py	Wed Feb 14 12:10:40 2007
@@ -1,11 +1,11 @@
 """
-the py lib is a development support library featuring
-py.test, an interactive testing tool which supports
-unit-testing with practically no boilerplate.
+    the py lib is a development support library featuring
+    py.test, ad-hoc distributed execution, micro-threads
+    and svn abstractions. 
 """
 from initpkg import initpkg
 
-version = "0.9.0-beta"
+version = "0.9.0"
 
 initpkg(__name__,
     description = "py lib: agile development and test support library",



More information about the pytest-commit mailing list