From ac8cae82a260661ffe7ed22266425b9633d9fbb3 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 10 Dec 2024 21:43:13 -0300 Subject: [PATCH] Bump to next version --- CHANGELOG.rst | 6 ++++++ unittest2pytest/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 84790c2..ecc4928 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ============ +UNRELEASED +---------- + +*UNRELEASED* + + 0.5 --- diff --git a/unittest2pytest/__init__.py b/unittest2pytest/__init__.py index 7817c25..c34a1a1 100644 --- a/unittest2pytest/__init__.py +++ b/unittest2pytest/__init__.py @@ -23,4 +23,4 @@ __title__ = 'unittest2pytest' -__version__ = '0.5' +__version__ = '0.6.dev0'