Skip to content

Commit 4e0e422

Browse files
Bump version: 0.2.61 β†’ 0.2.62
1 parent 6408db4 commit 4e0e422

8 files changed

Lines changed: 19 additions & 9 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

3-
(https://github.com/aignostics/python-sdk/compare/v0.2.60..0.2.61) - 2025-06-15
3+
(https://github.com/aignostics/python-sdk/compare/v0.2.61..0.2.62) - 2025-06-16
4+
5+
6+
- Lint - ([6408db4](https://github.com/aignostics/python-sdk/commit/6408db45e3308fc0a996bbf5ded88b73e461acaf))
7+
8+
9+
- *(QuPath)* Run test on linux - ([8e0c81e](https://github.com/aignostics/python-sdk/commit/8e0c81e1eae380c62b35c3048f10065910ebc819))
10+
- Download from bucket cli - ([ecb7f23](https://github.com/aignostics/python-sdk/commit/ecb7f23cafd0a48e18ee3e9aea707cb7e91620bf))
11+
12+
13+
(https://github.com/aignostics/python-sdk/compare/v0.2.60..v0.2.61) - 2025-06-15
414

515

616
- *(user)* Rename from platform to user in cli - ([4df6942](https://github.com/aignostics/python-sdk/commit/4df6942850a11704376e4fcc4a0ff90a9d7175aa))

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.61
1+
0.2.62

β€Žaignostics.specβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ app = BUNDLE(
7070
name='aignostics.app',
7171
icon='logo.ico',
7272
bundle_identifier='com.aignostics.launchpad',
73-
version='0.2.61'
73+
version='0.2.62'
7474
)

β€Ž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.61"
30+
version = "0.2.62"
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.61",
5+
# "aignostics==0.2.62",
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.61"
3+
version = "0.2.62"
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 = [
@@ -352,7 +352,7 @@ source = ["src/"]
352352

353353

354354
[tool.bumpversion]
355-
current_version = "0.2.61"
355+
current_version = "0.2.62"
356356
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
357357
serialize = ["{major}.{minor}.{patch}"]
358358
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.61
3+
sonar.projectVersion=0.2.62
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)