diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 15675ce11..ab5cc91ad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,9 @@ Change Log Unreleased ---------- +[3.3.0] - 2020-12-16 +-------------------- + Removed ~~~~~~~ * EoxCoreAPIPermission from UserInfo APIView diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 660b74685..41d1333b6 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '3.2.0' +__version__ = '3.3.0' diff --git a/setup.cfg b/setup.cfg index 565002370..0f3055175 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.0 +current_version = 3.3.0 commit = True tag = True