Skip to content

Commit 152ad65

Browse files
author
github-actions
committed
chore: bump version 1.3.4 --> 1.3.5
1 parent 0456aab commit 152ad65

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = 'Andrea Tramacere, Volodymyr Savchenko, Gabriele Barni'
2626
copyright = '2021, ' + author
2727

28-
__version__ = "1.3.4"
28+
__version__ = "1.3.5"
2929

3030
version = __version__
3131

doc/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Development version
1919
2020
Download code and contribute
2121
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22-
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.3.4.tar.gz for latest release bundle).
22+
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.3.5.tar.gz for latest release bundle).
2323

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

doc/source/user_guide/TestAPI.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Quick Start (oda api v1.3.4)"
7+
"# Quick Start (oda api v1.3.5)"
88
]
99
},
1010
{

doc/source/user_guide/UploadToGallery.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Upload of a product to the gallery (oda api v1.3.4)\n",
7+
"# Upload of a product to the gallery (oda api v1.3.5)\n",
88
"\n",
99
"This notebooks documents the functionality for uploading a data product over the data-product gallery.\n",
1010
"\n",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "oda_api"
7-
version = "1.3.4"
7+
version = "1.3.5"
88
description = "API plugin for CDCI online data analysis"
99
authors = [
1010
{name = "Andrea Tramacere", email = "contact@odahub.io"},
@@ -77,7 +77,7 @@ gammapy = [
7777
]
7878

7979
[tool.bumpversion]
80-
current_version = "1.3.4"
80+
current_version = "1.3.5"
8181
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
8282
serialize = ["{major}.{minor}.{patch}"]
8383
search = "{current_version}"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)