[py-svn] commit/pytest: hpk42: bump version

Bitbucket commits-noreply at bitbucket.org
Thu Jul 7 23:21:09 CEST 2011


1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/53db6abe84e7/
changeset:   53db6abe84e7
user:        hpk42
date:        2011-07-07 23:21:01
summary:     bump version
affected #:  2 files (1 byte)

--- a/_pytest/__init__.py	Thu Jul 07 21:24:09 2011 +0200
+++ b/_pytest/__init__.py	Thu Jul 07 23:21:01 2011 +0200
@@ -1,2 +1,2 @@
 #
-__version__ = '2.1.0.dev10'
+__version__ = '2.1.0.dev11'


--- a/setup.py	Thu Jul 07 21:24:09 2011 +0200
+++ b/setup.py	Thu Jul 07 23:21:01 2011 +0200
@@ -22,7 +22,7 @@
         name='pytest',
         description='py.test: simple powerful testing with Python',
         long_description = long_description,
-        version='2.1.0.dev10',
+        version='2.1.0.dev11',
         url='http://pytest.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
@@ -69,4 +69,4 @@
     return {'console_scripts': l}
 
 if __name__ == '__main__':
-    main()
+    main()
\ No newline at end of file

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list