1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/changeset/51389afee0d3/ changeset: 51389afee0d3 user: hpk42 date: 2012-05-17 15:44:18 summary: fix wrong release version affected #: 2 files diff -r 15160b4dd07bfebe2d5b367b8053c5fb45a52974 -r 51389afee0d3d06792426377e93fee3941f0f490 _pytest/__init__.py --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.4.4' +__version__ = '2.2.4' diff -r 15160b4dd07bfebe2d5b367b8053c5fb45a52974 -r 51389afee0d3d06792426377e93fee3941f0f490 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.4.4', + version='2.2.4', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], @@ -70,4 +70,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. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn