From 58b3befa2e24f09620430b30dc2c7c3fd6510023 Mon Sep 17 00:00:00 2001 From: Jose Ignacio Palma Date: Mon, 7 Jun 2021 22:24:11 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.10.1=20=E2=86=92=204.10.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.rst | 3 +++ eox_core/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0ea35f0d..0f2f2358 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 07db1501..ddcd8e3e 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 3a1797b0..2d44e90a 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