Skip to content

Commit 7b3899d

Browse files
Bump version: 0.2.26 → 0.2.27
1 parent b5771a9 commit 7b3899d

File tree

7 files changed

+14
-11
lines changed

7 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
[🔬 Aignostics Python SDK](https://aignostics.readthedocs.io/en/latest/)
22

3-
(https://github.com/aignostics/python-sdk/compare/v0.2.25..0.2.26) - 2025-06-01
3+
(https://github.com/aignostics/python-sdk/compare/v0.2.26..0.2.27) - 2025-06-01
44

55

6-
- *(sonarqube)* Annotate generator - ([cea7fde](https://github.com/aignostics/python-sdk/commit/cea7fdec17fff5064c081933b36b6a076b3ce2d0))
6+
- Test of notebook, race - ([b5771a9](https://github.com/aignostics/python-sdk/commit/b5771a9f16b489499fc53da12a6e3d9e578c9f87))
77

88

9-
- Non-sequential as there is a dependent one - ([fe19b97](https://github.com/aignostics/python-sdk/commit/fe19b9773f160963c9b39a4a53e9babea49764af))
9+
(https://github.com/aignostics/python-sdk/compare/v0.2.25..v0.2.26) - 2025-06-01
1010

1111

12+
- *(sonarqube)* Annotate generator - ([cea7fde](https://github.com/aignostics/python-sdk/commit/cea7fdec17fff5064c081933b36b6a076b3ce2d0))
13+
14+
15+
- Non-sequential as there is a dependent one - ([fe19b97](https://github.com/aignostics/python-sdk/commit/fe19b9773f160963c9b39a4a53e9babea49764af))
1216

13-
* @helmut-hoffer-von-ankershoffen made their first contribution
1417

1518
(https://github.com/aignostics/python-sdk/compare/v0.2.22..v0.2.23) - 2025-06-01
1619

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.26
1+
0.2.27

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
project = "aignostics"
2828
author = "Helmut Hoffer von Ankershoffen"
2929
copyright = f" (c) 2025-{datetime.now(UTC).year} Aignostics GmbH, Author: {author}" # noqa: A001
30-
version = "0.2.26"
30+
version = "0.2.27"
3131
release = version
3232
github_username = "aignostics"
3333
github_repository = "python-sdk"

examples/notebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# requires-python = ">=3.13"
33
# dependencies = [
44
# "marimo",
5-
# "aignostics==0.2.26",
5+
# "aignostics==0.2.27",
66
# ]
77
# ///
88

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aignostics"
3-
version = "0.2.26"
3+
version = "0.2.27"
44
description = "🔬 Python SDK providing access to the Aignostics Platform. Includes Aignostics Launchpad (Desktop Application), Aignostics CLI (Command-Line Interface), example notebooks, and Aignostics Client Library."
55
readme = "README.md"
66
authors = [
@@ -355,7 +355,7 @@ source = ["src/"]
355355

356356

357357
[tool.bumpversion]
358-
current_version = "0.2.26"
358+
current_version = "0.2.27"
359359
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
360360
serialize = ["{major}.{minor}.{patch}"]
361361
search = "{current_version}"

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=aignostics_python-sdk
22
sonar.organization=aignostics
3-
sonar.projectVersion=0.2.26
3+
sonar.projectVersion=0.2.27
44
sonar.projectDescription=🔬 Python SDK providing access to Aignostics AI services.
55
sonar.links.homepage=https://aignostics.readthedocs.io/en/latest/
66
sonar.links.scm=https://github.com/aignostics/python-sdk

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)