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',