File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.12.1 "
2
+ "." : " 1.13.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.13.0 (2025-08-29)
4
+
5
+ Full Changelog: [ v1.12.1...v1.13.0] ( https://github.com/knocklabs/knock-python/compare/v1.12.1...v1.13.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ da8cdc0] ( https://github.com/knocklabs/knock-python/commit/da8cdc052fe12a158e2f3e8081182fa0cada65f0 ) )
10
+ * ** api:** api update ([ df20d51] ( https://github.com/knocklabs/knock-python/commit/df20d5158a8a0df0600147be6497c56feed1a257 ) )
11
+ * ** api:** api update ([ b9007c9] ( https://github.com/knocklabs/knock-python/commit/b9007c9da8d172eeb43c0acb509ec12c7c3d0d9a ) )
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * avoid newer type syntax ([ 66ba143] ( https://github.com/knocklabs/knock-python/commit/66ba143f5c6e28cb7e04c0682f1da3dbe0a82f55 ) )
17
+
18
+
19
+ ### Chores
20
+
21
+ * ** internal:** change ci workflow machines ([ a1760f4] ( https://github.com/knocklabs/knock-python/commit/a1760f41b2ca681bf983ae3b24c49516156fa7bd ) )
22
+ * ** internal:** update pyright exclude list ([ 40513b5] ( https://github.com/knocklabs/knock-python/commit/40513b513e482356c3abf8c4427e133da91f8a85 ) )
23
+
3
24
## 1.12.1 (2025-08-21)
4
25
5
26
Full Changelog: [ v1.12.0...v1.12.1] ( https://github.com/knocklabs/knock-python/compare/v1.12.0...v1.12.1 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " knockapi"
3
- version = " 1.12.1 "
3
+ version = " 1.13.0 "
4
4
description = " The official Python library for the knock API"
5
5
dynamic = [" readme" ]
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. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "knockapi"
4
- __version__ = "1.12.1 " # x-release-please-version
4
+ __version__ = "1.13.0 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments