Skip to content

Commit 0a57bda

Browse files
Bump version: 0.2.106 → 0.2.107
1 parent e190094 commit 0a57bda

File tree

8 files changed

+36
-13
lines changed

8 files changed

+36
-13
lines changed

CHANGELOG.md

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

3-
# [0.2.106](https://github.com/aignostics/python-sdk/compare/v0.2.105..0.2.106) - 2025-07-22
3+
# [0.2.107](https://github.com/aignostics/python-sdk/compare/v0.2.106..0.2.107) - 2025-08-07
4+
5+
### ⛰️ Features
6+
7+
- *(codegen, platform)* Support me endpoint ([#81](https://github.com/orhun/git-cliff/issues/81)) - ([9666c56](https://github.com/aignostics/python-sdk/commit/9666c563e9fd2404e7ad27c15605e3237b7f0bfa))
8+
- Allow to boot with zero config, i.e. no .env file required in default case - ([9666c56](https://github.com/aignostics/python-sdk/commit/9666c563e9fd2404e7ad27c15605e3237b7f0bfa))
9+
10+
### 🐛 Bug Fixes
11+
12+
- *(codegen)* Don't rely on redirects from /v1 to /api/v1 - ([9666c56](https://github.com/aignostics/python-sdk/commit/9666c563e9fd2404e7ad27c15605e3237b7f0bfa))
13+
- *(platform)* Allow to dial into dev environment - ([9666c56](https://github.com/aignostics/python-sdk/commit/9666c563e9fd2404e7ad27c15605e3237b7f0bfa))
14+
- Fix typos in readme.md - ([1b6a652](https://github.com/aignostics/python-sdk/commit/1b6a65253ca524a76c41506d5c00de5bfbd16be6))
415

516
### ⚙️ Miscellaneous Tasks
617

7-
- *(audit)* Allow for heartbeat url specific for audit - ([475eac1](https://github.com/aignostics/python-sdk/commit/475eac159816f3e63b1724b66b71c79fbe6912be))
8-
- *(publish)* Adapt to recent changes - ([524f8d1](https://github.com/aignostics/python-sdk/commit/524f8d130011df71b2a9841149a5611e673dd1b0))
18+
- *(deps)* Bump nicegui - ([e190094](https://github.com/aignostics/python-sdk/commit/e1900941f155f1382fd7d767aed2d4b5e6fe1e4d))
19+
- *(deps)* Bump - ([9666c56](https://github.com/aignostics/python-sdk/commit/9666c563e9fd2404e7ad27c15605e3237b7f0bfa))
20+
- *(heta)* Adapt tests to 1.0.0-beta.5 of HETA - ([9666c56](https://github.com/aignostics/python-sdk/commit/9666c563e9fd2404e7ad27c15605e3237b7f0bfa))
921

1022

1123

12-
* @helmut-hoffer-von-ankershoffen made their first contribution
24+
* @helmut-hoffer-von-ankershoffen made their first contribution in [#81](https://github.com/aignostics/python-sdk/pull/81)
25+
* @omid-aignostics made their first contribution in [#70](https://github.com/aignostics/python-sdk/pull/70)
26+
27+
# [v0.2.106](https://github.com/aignostics/python-sdk/compare/v0.2.105..v0.2.106) - 2025-07-22
28+
29+
### ⚙️ Miscellaneous Tasks
30+
31+
- *(audit)* Allow for heartbeat url specific for audit - ([475eac1](https://github.com/aignostics/python-sdk/commit/475eac159816f3e63b1724b66b71c79fbe6912be))
32+
- *(publish)* Adapt to recent changes - ([524f8d1](https://github.com/aignostics/python-sdk/commit/524f8d130011df71b2a9841149a5611e673dd1b0))
33+
1334

1435
# [v0.2.105](https://github.com/aignostics/python-sdk/compare/v0.2.104..v0.2.105) - 2025-07-22
1536

@@ -857,3 +878,5 @@
857878

858879

859880
* @helmut-hoffer-von-ankershoffen made their first contribution
881+
882+

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.106
1+
0.2.107

aignostics.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ app = BUNDLE(
7070
name='aignostics.app',
7171
icon='logo.ico',
7272
bundle_identifier='com.aignostics.launchpad',
73-
version='0.2.106',
73+
version='0.2.107',
7474
info_plist={
7575
'NSPrincipalClass': 'NSApplication',
7676
'NSAppleScriptEnabled': False,

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.106"
30+
version = "0.2.107"
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.106",
5+
# "aignostics==0.2.107",
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.106"
3+
version = "0.2.107"
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 = [
@@ -354,7 +354,7 @@ source = ["src/"]
354354

355355

356356
[tool.bumpversion]
357-
current_version = "0.2.106"
357+
current_version = "0.2.107"
358358
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
359359
serialize = ["{major}.{minor}.{patch}"]
360360
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.106
3+
sonar.projectVersion=0.2.107
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)