Skip to content

Commit 4a49306

Browse files
release: 0.1.0-alpha.5
1 parent 645ea34 commit 4a49306

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.4"
2+
".": "0.1.0-alpha.5"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020
### Removed
2121
* Deprecated and removed `publish_ground_truths` method. Use `update_data` instead.
2222

23+
## 0.1.0-alpha.5 (2024-05-29)
24+
25+
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/openlayer-ai/openlayer-python/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
26+
27+
### Features
28+
29+
* chore: apply formatting to custom files ([f657760](https://github.com/openlayer-ai/openlayer-python/commit/f657760e741817f6b1819f9f73e891f0297e3212))
30+
* chore: update examples with new SDK syntax ([645ea34](https://github.com/openlayer-ai/openlayer-python/commit/645ea34500155038b132f97f926ae395e544af98))
31+
* ci: ignore rye linting errors for custom code ([84bb9ef](https://github.com/openlayer-ai/openlayer-python/commit/84bb9ef8fc39f5551dc00ac7302e077932111d1f))
32+
* feat: completes OPEN-6020 Refactor manual part of the Python SDK ([202f056](https://github.com/openlayer-ai/openlayer-python/commit/202f056d020d1c4ba0ef8555c918470de7b7b314))
33+
2334
## 0.1.0-alpha.4 (2024-05-24)
2435

2536
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/openlayer-ai/openlayer-python/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openlayer"
3-
version = "0.1.0-alpha.4"
3+
version = "0.1.0-alpha.5"
44
description = "The official Python library for the openlayer API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/openlayer/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "openlayer"
4-
__version__ = "0.1.0-alpha.4" # x-release-please-version
4+
__version__ = "0.1.0-alpha.5" # x-release-please-version

0 commit comments

Comments
 (0)