diff --git a/HISTORY.rst b/HISTORY.rst
index 5fc40733c81dbe98d89b2fe36a78b8773fc2a9fa..cb4f1998c554f969dfc3f7c11e917f5a81c23ed4 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 608d3c5191a4982f1437adf34ecd00f465e6102e..4174ff16f33175d5c6971778c62a69596af3aebc 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'