File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.35.0 "
2
+ "." : " 1.35.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.35.1 (2023-12-14)
4
+
5
+ Full Changelog: [ v1.35.0...v1.35.1] ( https://github.com/orbcorp/orb-python/compare/v1.35.0...v1.35.1 )
6
+
7
+ ### Documentation
8
+
9
+ * avoid normalizing trailing space ([ #106 ] ( https://github.com/orbcorp/orb-python/issues/106 ) ) ([ 09fd3f8] ( https://github.com/orbcorp/orb-python/commit/09fd3f8e37d3138bd32532aba6729e24b208684c ) )
10
+ * improve README timeout comment ([ #101 ] ( https://github.com/orbcorp/orb-python/issues/101 ) ) ([ 69a6970] ( https://github.com/orbcorp/orb-python/commit/69a6970e11ba88969a3c17dcd4374f8197b88dca ) )
11
+
12
+
13
+ ### Refactors
14
+
15
+ * ** client:** simplify cleanup ([ #103 ] ( https://github.com/orbcorp/orb-python/issues/103 ) ) ([ 54ac0dd] ( https://github.com/orbcorp/orb-python/commit/54ac0ddb1b703e011e84f184e6e90ee9f31e2055 ) )
16
+ * remove unused model types used in params ([ #105 ] ( https://github.com/orbcorp/orb-python/issues/105 ) ) ([ e18a59e] ( https://github.com/orbcorp/orb-python/commit/e18a59e47125aafb2e81f29f45fe9e866c738d28 ) )
17
+ * simplify internal error handling ([ #104 ] ( https://github.com/orbcorp/orb-python/issues/104 ) ) ([ cd0f847] ( https://github.com/orbcorp/orb-python/commit/cd0f8472457ac651c2fa44dc1e464cac78257c59 ) )
18
+
3
19
## 1.35.0 (2023-12-11)
4
20
5
21
Full Changelog: [ v1.34.1...v1.35.0] ( https://github.com/orbcorp/orb-python/compare/v1.34.1...v1.35.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " orb-billing"
3
- version = " 1.35.0 "
3
+ version = " 1.35.1 "
4
4
description = " The official Python library for the orb API"
5
5
readme = " README.md"
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless.
2
2
3
3
__title__ = "orb"
4
- __version__ = "1.35.0 " # x-release-please-version
4
+ __version__ = "1.35.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments