Skip to content

Commit f0cc85e

Browse files
Bump version: 0.2.144 β†’ 0.2.145
1 parent 4144534 commit f0cc85e

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.144](https://github.com/aignostics/python-sdk/compare/v0.2.143..0.2.144) - 2025-08-16
3+
# [0.2.145](https://github.com/aignostics/python-sdk/compare/v0.2.144..0.2.145) - 2025-08-16
4+
5+
### βš™οΈ Miscellaneous Tasks
6+
7+
- *(deps)* Bump in GHA and Dockerfile - ([4144534](https://github.com/aignostics/python-sdk/commit/41445345033c40bfdede91cdfdbe96c7107eb2cf))
8+
9+
10+
# [v0.2.144](https://github.com/aignostics/python-sdk/compare/v0.2.143..v0.2.144) - 2025-08-16
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.144
1+
0.2.145

β€Žaignostics.specβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ app = BUNDLE(
8989
name='aignostics.app',
9090
icon='logo.ico',
9191
bundle_identifier='com.aignostics.launchpad',
92-
version='0.2.144',
92+
version='0.2.145',
9393
info_plist={
9494
'NSPrincipalClass': 'NSApplication',
9595
'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.144"
30+
version = "0.2.145"
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.144",
5+
# "aignostics==0.2.145",
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.144"
3+
version = "0.2.145"
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 = [
@@ -358,7 +358,7 @@ source = ["src/"]
358358

359359

360360
[tool.bumpversion]
361-
current_version = "0.2.144"
361+
current_version = "0.2.145"
362362
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
363363
serialize = ["{major}.{minor}.{patch}"]
364364
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.144
3+
sonar.projectVersion=0.2.145
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)