diff -pruN 2.38-1/CHANGELOG 2.39-1/CHANGELOG
--- 2.38-1/CHANGELOG	2025-09-21 18:58:09.000000000 +0000
+++ 2.39-1/CHANGELOG	2025-10-21 07:03:19.000000000 +0000
@@ -1,3 +1,7 @@
+2.39
+====
+* Re-release
+
 2.38
 ====
 * Fix unintended behaviour where a `str` could be loaded as `list[str]`
diff -pruN 2.38-1/README.md 2.39-1/README.md
--- 2.38-1/README.md	2025-09-21 18:58:09.000000000 +0000
+++ 2.39-1/README.md	2025-10-21 06:51:45.000000000 +0000
@@ -150,7 +150,6 @@ Used by
 
 As dependency, typedload is used by those entities. Feel free to add to the list.
 
-* The USA armed forces (regrettably) (via [Appgate](https://www.appgate.com/federal-division))
 * [Lyft](https://eng.lyft.com/python-upgrade-playbook-1479145d52f4)
 * Several universities around the world (via [Relational](https://ltworf.codeberg.page/relational/))
 * People who love IRC (via [localslackirc](https://github.com/ltworf/localslackirc))
diff -pruN 2.38-1/debian/changelog 2.39-1/debian/changelog
--- 2.38-1/debian/changelog	2025-09-22 06:29:00.000000000 +0000
+++ 2.39-1/debian/changelog	2025-10-21 07:03:49.000000000 +0000
@@ -1,3 +1,9 @@
+typedload (2.39-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Salvo 'LtWorf' Tomaselli <ltworf@debian.org>  Tue, 21 Oct 2025 09:03:49 +0200
+
 typedload (2.38-1) unstable; urgency=medium
 
   * New upstream release
diff -pruN 2.38-1/docs/CHANGELOG.md 2.39-1/docs/CHANGELOG.md
--- 2.38-1/docs/CHANGELOG.md	2025-09-21 18:58:09.000000000 +0000
+++ 2.39-1/docs/CHANGELOG.md	2025-10-21 07:03:19.000000000 +0000
@@ -1,3 +1,7 @@
+2.39
+====
+* Re-release
+
 2.38
 ====
 * Fix unintended behaviour where a `str` could be loaded as `list[str]`
diff -pruN 2.38-1/docs/README.md 2.39-1/docs/README.md
--- 2.38-1/docs/README.md	2025-09-21 18:58:09.000000000 +0000
+++ 2.39-1/docs/README.md	2025-10-21 06:51:45.000000000 +0000
@@ -150,7 +150,6 @@ Used by
 
 As dependency, typedload is used by those entities. Feel free to add to the list.
 
-* The USA armed forces (regrettably) (via [Appgate](https://www.appgate.com/federal-division))
 * [Lyft](https://eng.lyft.com/python-upgrade-playbook-1479145d52f4)
 * Several universities around the world (via [Relational](https://ltworf.codeberg.page/relational/))
 * People who love IRC (via [localslackirc](https://github.com/ltworf/localslackirc))
diff -pruN 2.38-1/pyproject.toml 2.39-1/pyproject.toml
--- 2.38-1/pyproject.toml	2025-09-22 06:29:42.000000000 +0000
+++ 2.39-1/pyproject.toml	2025-10-21 07:06:49.000000000 +0000
@@ -1,6 +1,6 @@
 [project]
 name = "typedload"
-version = "2.38"
+version = "2.39"
 authors = [
   { name="Salvo 'LtWorf' Tomaselli", email="tiposchi@tiscali.it" },
 ]
diff -pruN 2.38-1/setup.py 2.39-1/setup.py
--- 2.38-1/setup.py	2025-09-22 06:29:41.000000000 +0000
+++ 2.39-1/setup.py	2025-10-21 07:06:49.000000000 +0000
@@ -3,7 +3,7 @@
 from setuptools import setup
 setup(
     name='typedload',
-    version='2.38',
+    version='2.39',
     description='Load and dump data from json-like format into typed data structures',
     readme='README.md',
     url='https://ltworf.codeberg.page/typedload/',
