From 948dea8bb4d7213aeed1e5d4d19591e14ed9f5ff Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 17 May 2012 08:46:49 +0200 Subject: [PATCH] bump version to next release --- CHANGELOG | 2 +- _pytest/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 30b5c4146..d4ff1222c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Changese between 2.2.3 and ... +Changese between 2.2.3 and 2.2.4 ----------------------------------- - fix error message for rewritten assertions involving the % operator diff --git a/_pytest/__init__.py b/_pytest/__init__.py index f3f763a6e..c61f99186 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.2.4.dev3' +__version__ = '2.4.4' diff --git a/setup.py b/setup.py index 51256c5ed..54913dad1 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.2.4.dev3', + version='2.4.4', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],