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

hpk at codespeak.net hpk at codespeak.net
Mon Aug 18 13:35:59 CEST 2008


Author: hpk
Date: Mon Aug 18 13:35:57 2008
New Revision: 57407

Modified:
   py/release/0.9.x/MANIFEST
   py/release/0.9.x/py/__init__.py
   py/release/0.9.x/setup.py
Log:
new setup/manifest/version


Modified: py/release/0.9.x/MANIFEST
==============================================================================
--- py/release/0.9.x/MANIFEST	(original)
+++ py/release/0.9.x/MANIFEST	Mon Aug 18 13:35:57 2008
@@ -1,3 +1,4 @@
+CHANGELOG
 LICENSE
 MANIFEST
 README.txt
@@ -130,7 +131,6 @@
 py/doc/__init__.py
 py/doc/apigen.txt
 py/doc/bin.txt
-py/doc/changes-0.9.1.txt
 py/doc/code.txt
 py/doc/coding-style.txt
 py/doc/confrest.py
@@ -295,6 +295,7 @@
 py/rest/testing/data/part1.txt
 py/rest/testing/data/part2.txt
 py/rest/testing/data/tocdepth.rst2pdfconfig
+py/rest/testing/setup.py
 py/rest/testing/test_convert.py
 py/rest/testing/test_directive.py
 py/rest/testing/test_htmlrest.py

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	Mon Aug 18 13:35:57 2008
@@ -7,7 +7,7 @@
 """
 from initpkg import initpkg
 
-version = "0.9.2-alpha-3"
+version = "0.9.2-alpha-4"
 
 initpkg(__name__,
     description = "py lib: agile development and test support library",

Modified: py/release/0.9.x/setup.py
==============================================================================
--- py/release/0.9.x/setup.py	(original)
+++ py/release/0.9.x/setup.py	Mon Aug 18 13:35:57 2008
@@ -18,7 +18,7 @@
     setup(cmdclass=cmdclass,
         name='py',
         description='py lib: agile development and test support library',
-        version='0.9.2-alpha-3', 
+        version='0.9.2-alpha-4', 
         url='http://pylib.org', 
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], 
@@ -130,7 +130,6 @@
                              'doc/TODO.txt',
                              'doc/apigen.txt',
                              'doc/bin.txt',
-                             'doc/changes-0.9.1.txt',
                              'doc/code.txt',
                              'doc/coding-style.txt',
                              'doc/contact.txt',



More information about the pytest-commit mailing list