From eaf8d9ce19b15cc40775f9fb3477ac67f0cea798 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 28 Jul 2016 21:30:16 -0300 Subject: [PATCH] Set version to 3.0.0.dev1 For a long time now we've considering the next version to be 3.0.0 --- _pytest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/__init__.py b/_pytest/__init__.py index 79942e374..3252e0824 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.10.0.dev1' +__version__ = '3.0.0.dev1'