From efbf1437ac9099252f554efb85947491dda875fe Mon Sep 17 00:00:00 2001
From: Daniel Scheffler <danschef@gfz-potsdam.de>
Date: Fri, 9 Feb 2024 17:11:06 +0100
Subject: [PATCH] Update HISTORY.rst and bump version.

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

diff --git a/HISTORY.rst b/HISTORY.rst
index 5fc40733..cb4f1998 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -2,8 +2,8 @@
 History
 =======
 
-0.20.0 (coming soon)
---------------------
+0.20.0 (2024-02-09)
+-------------------
 
 * !103: Revised the EnPT orthorectification to support the completely re-implemented sensormapgeo package (v1.0.0),
   which leads to 30-50x faster orthorectification and adds support for all GDAL-supported resampling techniques.
diff --git a/enpt/version.py b/enpt/version.py
index 608d3c51..4174ff16 100644
--- a/enpt/version.py
+++ b/enpt/version.py
@@ -27,6 +27,6 @@
 # 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.19.7'
-__versionalias__ = '20240104.01'
+__version__ = '0.20.0'
+__versionalias__ = '20240209.01'
 __author__ = 'Daniel Scheffler'
-- 
GitLab