Skip to content

Commit

Permalink
Bump version to v1.2.27 (#282)
Browse files Browse the repository at this point in the history
* Bump version: 1.2.26 → 1.2.27-dev0

* Bump version: 1.2.27-dev0 → 1.2.27

---------

Co-authored-by: ODA Release Bot <[email protected]>
  • Loading branch information
github-actions[bot] and ODA Release Bot authored Oct 2, 2024
1 parent 0f2969c commit b58dd11
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.26.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.27.tar.gz for latest release bundle).

To contribute, please feel free to fork the repository, apply your changes, and prepare a pull request.

4 changes: 2 additions & 2 deletions doc/source/user_guide/TestAPI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Quick Start (oda api v1.2.26)"
"# Quick Start (oda api v1.2.27)"
]
},
{
Expand Down Expand Up @@ -1488,7 +1488,7 @@
" 'HDUCLAS2': 'TOTAL',\n",
" 'HDUCLAS3': 'RATE',\n",
" 'HDUCLASS': 'OGIP',\n",
" 'HDUVERS': '1.2.26',\n",
" 'HDUVERS': '1.2.27',\n",
" 'INSTRUME': 'IBIS',\n",
" 'ISDCLEVL': 'SPE',\n",
" 'LONGSTRN': 'OGIP 1.0',\n",
Expand Down
2 changes: 1 addition & 1 deletion doc/source/user_guide/UploadToGallery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Upload of a product to the gallery (oda api v1.2.26)\n",
"# Upload of a product to the gallery (oda api v1.2.27)\n",
"\n",
"This notebooks documents the functionality for uploading a data product over the data-product gallery.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion oda_api/pkg_info.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.2.26"}
{"version": "1.2.27"}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.26
current_version = 1.2.27
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down

0 comments on commit b58dd11

Please sign in to comment.