diff --git a/doc/source/install.rst b/doc/source/install.rst
index a42527a3..b0688091 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -19,7 +19,7 @@ Development version
 
 Download code and contribute
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Source code can be found can be found on github https://github.com/oda-hub/oda_api  (see https://github.com/oda-hub/oda_api/archive/refs/tags/v1.2.25.tar.gz for latest release bundle).
+Source code can be found can be found on github https://github.com/oda-hub/oda_api  (see https://github.com/oda-hub/oda_api/archive/refs/tags/v1.2.26.tar.gz for latest release bundle).
 
 To contribute, please feel free to fork the repository, apply your changes, and prepare a pull request.
 
diff --git a/doc/source/user_guide/TestAPI.ipynb b/doc/source/user_guide/TestAPI.ipynb
index 180ef43b..685e7953 100644
--- a/doc/source/user_guide/TestAPI.ipynb
+++ b/doc/source/user_guide/TestAPI.ipynb
@@ -4,7 +4,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "# Quick Start (oda api v1.2.25)"
+    "# Quick Start (oda api v1.2.26)"
    ]
   },
   {
@@ -1488,7 +1488,7 @@
        " 'HDUCLAS2': 'TOTAL',\n",
        " 'HDUCLAS3': 'RATE',\n",
        " 'HDUCLASS': 'OGIP',\n",
-       " 'HDUVERS': '1.2.25',\n",
+       " 'HDUVERS': '1.2.26',\n",
        " 'INSTRUME': 'IBIS',\n",
        " 'ISDCLEVL': 'SPE',\n",
        " 'LONGSTRN': 'OGIP 1.0',\n",
diff --git a/doc/source/user_guide/UploadToGallery.ipynb b/doc/source/user_guide/UploadToGallery.ipynb
index 40010222..0933d9aa 100644
--- a/doc/source/user_guide/UploadToGallery.ipynb
+++ b/doc/source/user_guide/UploadToGallery.ipynb
@@ -4,7 +4,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "# Upload of a product to the gallery (oda api v1.2.25)\n",
+    "# Upload of a product to the gallery (oda api v1.2.26)\n",
     "\n",
     "This notebooks documents the functionality for uploading a data product over the data-product gallery.\n",
     "\n",
diff --git a/oda_api/pkg_info.json b/oda_api/pkg_info.json
index 0d0a2c97..82b3501e 100644
--- a/oda_api/pkg_info.json
+++ b/oda_api/pkg_info.json
@@ -1 +1 @@
-{"version": "1.2.25"}
+{"version": "1.2.26"}
diff --git a/setup.cfg b/setup.cfg
index efa2536f..37fd8edd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.2.25
+current_version = 1.2.26
 commit = True
 tag = False
 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?