diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f18f646f0..0fabed146 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,17 @@ +2.9.2.dev1 +========== + +**Bug Fixes** + +* + +* + +* + +* + + 2.9.1 ===== diff --git a/_pytest/__init__.py b/_pytest/__init__.py index 723fb9e85..c49332bfc 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.9.1' +__version__ = '2.9.2.dev1'