diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2c2303b6c..f3640d875 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,9 @@ Change Log Unreleased ---------- +[3.4.0] - 2020-12-16 +-------------------- + Added ~~~~~ * Revert previous change in order to add EoxCoreAPIPermission to UserInfo APIView. diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 41d1333b6..da9a5cf42 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '3.3.0' +__version__ = '3.4.0' diff --git a/setup.cfg b/setup.cfg index 0f3055175..2d4cfcc7d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.3.0 +current_version = 3.4.0 commit = True tag = True