Skip to content

Commit 9905601

Browse files
Bump version: 0.2.230 β†’ 0.2.231
1 parent cdb67fa commit 9905601

9 files changed

Lines changed: 32 additions & 10 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

3-
# [0.2.230](https://github.com/aignostics/python-sdk/compare/v0.2.229..0.2.230) - 2025-12-08
3+
# [0.2.231](https://github.com/aignostics/python-sdk/compare/v0.2.230..0.2.231) - 2025-12-09
4+
5+
### πŸ§ͺ Testing
6+
7+
- Fix skip - ([cdb67fa](https://github.com/aignostics/python-sdk/commit/cdb67fa00a78cd55530a26421c721a9c49015581))
8+
- Disable test_cli_application_run_prepare_upload_submit_fail_on_mpp given changed error message in heta - ([cad6763](https://github.com/aignostics/python-sdk/commit/cad6763fe348ba095e9382b0db7869698c643e71))
9+
- Fix broken tests ([#327](https://github.com/orhun/git-cliff/issues/327)) - ([8524a6b](https://github.com/aignostics/python-sdk/commit/8524a6b9e9a4545337f5922ca378339b7fd23f91))
10+
11+
### βš™οΈ Miscellaneous Tasks
12+
13+
- *(deps)* Nicegui 3.4.0 and urllib 2.6.1 ([#326](https://github.com/orhun/git-cliff/issues/326)) - ([0ee9ecd](https://github.com/aignostics/python-sdk/commit/0ee9ecd2df13ce6cb23ba27d44add2bbcd510a78))
14+
- *(deps)* Bump astral-sh/setup-uv from 7.1.4 to 7.1.5 ([#324](https://github.com/orhun/git-cliff/issues/324)) - ([a62286e](https://github.com/aignostics/python-sdk/commit/a62286e5785691f5b6c5c1a5c909a70170fcc88b))
15+
- *(gha)* No longer build natively for Windows on ARM - ([86bdf17](https://github.com/aignostics/python-sdk/commit/86bdf176e6afe551e456ab101b9f4902cd69f8af))
16+
- Oliver Meyer <42039965+olivermeyer@users.noreply.github.com> - ([0ee9ecd](https://github.com/aignostics/python-sdk/commit/0ee9ecd2df13ce6cb23ba27d44add2bbcd510a78))
17+
- Bump macos-13 runner to macos-15-intel ([#328](https://github.com/orhun/git-cliff/issues/328)) - ([b85ab72](https://github.com/aignostics/python-sdk/commit/b85ab72db56fedc3f00a79b169468629e74026ec))
18+
- Astral-sh/setup-uv - ([a62286e](https://github.com/aignostics/python-sdk/commit/a62286e5785691f5b6c5c1a5c909a70170fcc88b))
19+
- Dependabot[bot] <support@github.com> - ([a62286e](https://github.com/aignostics/python-sdk/commit/a62286e5785691f5b6c5c1a5c909a70170fcc88b))
20+
- Dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ([a62286e](https://github.com/aignostics/python-sdk/commit/a62286e5785691f5b6c5c1a5c909a70170fcc88b))
21+
- Helmut Hoffer von Ankershoffen nΓ© Oertel <helmut@aignostics.com> - ([a62286e](https://github.com/aignostics/python-sdk/commit/a62286e5785691f5b6c5c1a5c909a70170fcc88b))
22+
- Increase stress test slides - ([c67289a](https://github.com/aignostics/python-sdk/commit/c67289ab898c653c0208fd5142ada15bfe8beefc))
23+
24+
25+
# [v0.2.230](https://github.com/aignostics/python-sdk/compare/v0.2.229..v0.2.230) - 2025-12-08
426

527
### ⛰️ Features
628

β€ŽCLI_REFERENCE.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ aignostics [OPTIONS] COMMAND [ARGS]...
1414
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
1515
* `--help`: Show this message and exit.
1616

17-
πŸ”¬ Aignostics Python SDK v0.2.230 - built with love in Berlin 🐻 // Python v3.14.1
17+
πŸ”¬ Aignostics Python SDK v0.2.231 - built with love in Berlin 🐻 // Python v3.14.1
1818

1919
**Commands**:
2020

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.230
1+
0.2.231

β€Žaignostics.specβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ if is_darwin:
124124
name='aignostics.app',
125125
icon='logo.ico',
126126
bundle_identifier='com.aignostics.launchpad',
127-
version='0.2.230',
127+
version='0.2.231',
128128
info_plist={
129129
'NSPrincipalClass': 'NSApplication',
130130
'NSAppleScriptEnabled': False,

β€Ždocs/source/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
project = "aignostics"
3535
author = "Helmut Hoffer von Ankershoffen"
3636
copyright = f" (c) 2025-{datetime.now(UTC).year} Aignostics GmbH, Author: {author}" # noqa: A001
37-
version = "0.2.230"
37+
version = "0.2.231"
3838
release = version
3939
github_username = "aignostics"
4040
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.230",
5+
# "aignostics==0.2.231",
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.230"
3+
version = "0.2.231"
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 = [
@@ -386,7 +386,7 @@ source = ["src/"]
386386

387387

388388
[tool.bumpversion]
389-
current_version = "0.2.230"
389+
current_version = "0.2.231"
390390
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
391391
serialize = ["{major}.{minor}.{patch}"]
392392
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.230
3+
sonar.projectVersion=0.2.231
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)