From 504b6b72a96b67f02d559527c776e4d710ec386f Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Tue, 19 May 2015 01:50:32 +0100 Subject: [PATCH] Set 2.7.1 version number --HG-- branch : pytest-2.7 --- _pytest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/__init__.py b/_pytest/__init__.py index 9db3f25e1..6cf1b5e15 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.7.1.dev1' +__version__ = '2.7.1'