1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/changeset/01529407b209/
changeset:   01529407b209
user:        hpk42
date:        2012-05-10 00:34:47
summary:     bump version
affected #:  2 files

diff -r 4ede49c9ffdcc8c9d55e69508da433a463e6fd40 -r 
01529407b20986e9e7fa5c57f553853995959b57 _pytest/__init__.py
--- a/_pytest/__init__.py
+++ b/_pytest/__init__.py
@@ -1,2 +1,2 @@
 #
-__version__ = '2.2.4.dev2'
+__version__ = '2.2.4.dev3'


diff -r 4ede49c9ffdcc8c9d55e69508da433a463e6fd40 -r 
01529407b20986e9e7fa5c57f553853995959b57 setup.py
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
         name='pytest',
         description='py.test: simple powerful testing with Python',
         long_description = long_description,
-        version='2.2.4.dev2',
+        version='2.2.4.dev3',
         url='http://pytest.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

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.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to