Skip to content

Commit 0ca6286

Browse files
Bump version: 0.2.138 → 0.2.139
1 parent eed7500 commit 0ca6286

File tree

8 files changed

+16
-9
lines changed

8 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[🔬 Aignostics Python SDK](https://aignostics.readthedocs.io/en/latest/)
22

3-
# [0.2.138](https://github.com/aignostics/python-sdk/compare/v0.2.137..0.2.138) - 2025-08-13
3+
# [0.2.139](https://github.com/aignostics/python-sdk/compare/v0.2.138..0.2.139) - 2025-08-13
4+
5+
### 🐛 Bug Fixes
6+
7+
- *(ssl)* Use certifi as fallback if configured intermediate certificates not found, and no env override - ([eed7500](https://github.com/aignostics/python-sdk/commit/eed750036ef337c7e8acba801640347ce2328995))
8+
9+
10+
# [v0.2.138](https://github.com/aignostics/python-sdk/compare/v0.2.137..v0.2.138) - 2025-08-13
411

512
### 🐛 Bug Fixes
613

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.138
1+
0.2.139

aignostics.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ app = BUNDLE(
7373
name='aignostics.app',
7474
icon='logo.ico',
7575
bundle_identifier='com.aignostics.launchpad',
76-
version='0.2.138',
76+
version='0.2.139',
7777
info_plist={
7878
'NSPrincipalClass': 'NSApplication',
7979
'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.138"
30+
version = "0.2.139"
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.138",
5+
# "aignostics==0.2.139",
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.138"
3+
version = "0.2.139"
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 = [
@@ -357,7 +357,7 @@ source = ["src/"]
357357

358358

359359
[tool.bumpversion]
360-
current_version = "0.2.138"
360+
current_version = "0.2.139"
361361
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
362362
serialize = ["{major}.{minor}.{patch}"]
363363
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.138
3+
sonar.projectVersion=0.2.139
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)