[py-svn] r63235 - in py/trunk: . py

hpk at codespeak.net hpk at codespeak.net
Mon Mar 23 16:24:32 CET 2009


Author: hpk
Date: Mon Mar 23 16:24:30 2009
New Revision: 63235

Modified:
   py/trunk/py/__init__.py
   py/trunk/setup.py
Log:
bumping version to 1.0.0b1


Modified: py/trunk/py/__init__.py
==============================================================================
--- py/trunk/py/__init__.py	(original)
+++ py/trunk/py/__init__.py	Mon Mar 23 16:24:30 2009
@@ -23,7 +23,7 @@
 """
 from initpkg import initpkg
 
-version = "1.0.0a2"
+version = "1.0.0b1"
 
 initpkg(__name__,
     description = "pylib and py.test: agile development and test support library",
@@ -38,7 +38,7 @@
     author_email = "holger at merlinux.eu, py-dev at codespeak.net",
     long_description = globals()['__doc__'],
     classifiers = [
-        "Development Status :: 3 - Alpha",
+        "Development Status :: 4 - Beta",
         "Intended Audience :: Developers", 
         "License :: OSI Approved :: MIT License",
         "Operating System :: POSIX",

Modified: py/trunk/setup.py
==============================================================================
--- py/trunk/setup.py	(original)
+++ py/trunk/setup.py	Mon Mar 23 16:24:30 2009
@@ -39,9 +39,9 @@
         name='py',
         description='pylib and py.test: agile development and test support library',
         long_description = long_description, 
-        version='1.0.0a2', 
+        version='1.0.0b1', 
         url='http://pylib.org', 
-        download_url='http://codespeak.net/py/1.0.0a2/download.html', 
+        download_url='http://codespeak.net/py/1.0.0b1/download.html', 
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], 
         author='holger krekel, Guido Wesdorp, Carl Friedrich Bolz, Armin Rigo, Maciej Fijalkowski & others',
@@ -56,7 +56,7 @@
                                           'py.svnwcrevert = py.cmdline:pysvnwcrevert',
                                           'py.test = py.cmdline:pytest',
                                           'py.which = py.cmdline:pywhich']},
-        classifiers=['Development Status :: 3 - Alpha',
+        classifiers=['Development Status :: 4 - Beta',
                      'Intended Audience :: Developers',
                      'License :: OSI Approved :: MIT License',
                      'Operating System :: POSIX',
@@ -122,8 +122,6 @@
                              '',
                              '',
                              '',
-                             '',
-                             '',
                              'LICENSE',
                              'bin/_findpy.py',
                              'bin/_genscripts.py',



More information about the pytest-commit mailing list