From b6cdbc479b3140dfe847a9976154362b387f007a Mon Sep 17 00:00:00 2001
From: Daniel Scheffler <danschef@gfz-potsdam.de>
Date: Wed, 6 Dec 2023 19:03:57 +0100
Subject: [PATCH] Bump version.

Signed-off-by: Daniel Scheffler <danschef@gfz-potsdam.de>
---
 HISTORY.rst                 | 4 ++--
 enpt_enmapboxapp/version.py | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/HISTORY.rst b/HISTORY.rst
index 853de71..688e285 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -2,8 +2,8 @@
 History
 =======
 
-0.7.10 (coming soon)
---------------------
+0.7.10 (2023-12-06)
+-------------------
 
 * Fixed an issue where EnPT is not detected to be installed externally
   if QGIS is started from the EnPT repository root (!36).
diff --git a/enpt_enmapboxapp/version.py b/enpt_enmapboxapp/version.py
index f73c937..1b94ac8 100644
--- a/enpt_enmapboxapp/version.py
+++ b/enpt_enmapboxapp/version.py
@@ -22,8 +22,8 @@
 # You should have received a copy of the GNU Lesser General Public License along
 # with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-__version__ = '0.7.9'
-__versionalias__ = '20231206.01'
+__version__ = '0.7.10'
+__versionalias__ = '20231206.02'
 __author__ = 'Daniel Scheffler'
 
 _minimal_enpt_version = '0.19.0'
-- 
GitLab