From 623e78652439d70bd74791ded647ce9b2e280fc6 Mon Sep 17 00:00:00 2001 From: nicoddemus Date: Mon, 29 Feb 2016 15:39:00 -0500 Subject: [PATCH] Bump version to 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 51751401b..7ca204091 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.9.0.dev1' +__version__ = '2.9.0'