From 6c7ea8191fe94f101d6b45d09a562a1e83391c17 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 17 May 2012 15:44:18 +0200 Subject: [PATCH] fix wrong release version --- _pytest/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_pytest/__init__.py b/_pytest/__init__.py index c61f99186..1febee1e1 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.4.4' +__version__ = '2.2.4' diff --git a/setup.py b/setup.py index fdb33c674..aa96b4e84 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def main(): 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 @@ def make_entry_points(): return {'console_scripts': l} if __name__ == '__main__': - main() + main() \ No newline at end of file