diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0ea35f0de..0f2f2358e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,9 @@ Change Log Unreleased ---------- +[4.10.2] - 2021-06-07 +--------------------- + Changed ~~~~~~~ * Update action names in EdxappPreEnrollment view. diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 07db15018..ddcd8e3e4 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '4.10.1' +__version__ = '4.10.2' diff --git a/setup.cfg b/setup.cfg index 3a1797b05..2d44e90ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.10.1 +current_version = 4.10.2 commit = True tag = True