From 90f5a001b37c96a6e288bf008fbfc5f71b195625 Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Tue, 1 Feb 2022 22:24:53 +0000 Subject: [PATCH] Release 3.0.1 (#120) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump version: 3.0.0 → 3.0.1 --- CHANGELOG.rst | 5 +++++ sekizai/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 71d99cc..824f013 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,11 @@ Changelog unreleased ========== +3.0.1 2022-02-01 +================ + +* Fix for tests in sdist tarball [#115] + 3.0.0 2022-01-22 ================ diff --git a/sekizai/__init__.py b/sekizai/__init__.py index 4eb28e3..b7a5531 100644 --- a/sekizai/__init__.py +++ b/sekizai/__init__.py @@ -1 +1 @@ -__version__ = '3.0.0' +__version__ = '3.0.1' diff --git a/setup.cfg b/setup.cfg index 28eeacc..455fc98 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0 +current_version = 3.0.1 commit = True tag = False diff --git a/setup.py b/setup.py index ea9f740..e78517d 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name='django-sekizai', - version='3.0.0', + version='3.0.1', author='Jonas Obrist', author_email='ojiidotch@gmail.com', maintainer='Django CMS Association and contributors',