From 97f7815febde7b5425e789fd72e9ad63e1c2f2d2 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 22 Sep 2015 11:01:33 +0200 Subject: [PATCH] also change pytest version to target 2.9.0 --- _pytest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/__init__.py b/_pytest/__init__.py index e1978cb35..51751401b 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.8.0' +__version__ = '2.9.0.dev1'