File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.5.14 "
2+ "." : " 1.0.0 "
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 1.0.0 (2025-05-01)
4+
5+ Full Changelog: [ v0.5.14...v1.0.0] ( https://github.com/knocklabs/knock-python/compare/v0.5.14...v1.0.0 )
6+
7+ ### Features
8+
9+ * ** api:** change bearer to apiKey ([ e60151b] ( https://github.com/knocklabs/knock-python/commit/e60151bd41f397e88efe05b3e840cb68e381d905 ) )
10+ * ** api:** manual updates ([ 1bfb46a] ( https://github.com/knocklabs/knock-python/commit/1bfb46a32e5096222aa287d7f89c1aca51e729c4 ) )
11+ * ** api:** manual updates ([ b6dfc31] ( https://github.com/knocklabs/knock-python/commit/b6dfc317eb100bf92f95eb09390a3e58f14f9617 ) )
12+ * update java publishing ([ 9787ace] ( https://github.com/knocklabs/knock-python/commit/9787acecdcb3751953cda4bcd4f7d2c5e1342c4b ) )
13+
14+
15+ ### Chores
16+
17+ * sync repo ([ 469e618] ( https://github.com/knocklabs/knock-python/commit/469e618bdf602fe17c7c8e3864a0f98d37290a13 ) )
18+ * update SDK settings ([ 2b8d91b] ( https://github.com/knocklabs/knock-python/commit/2b8d91b7061ba139c73cd0396403b11b81a0b3a8 ) )
19+ * update SDK settings ([ 6b3d2cb] ( https://github.com/knocklabs/knock-python/commit/6b3d2cb2918d0bef4b31b2d99379ffd040654087 ) )
20+ * update SDK settings ([ 5ee4eed] ( https://github.com/knocklabs/knock-python/commit/5ee4eedde1c156d4487d2e3b32244d9ca61604bc ) )
21+ * update SDK settings ([ 93c9ab3] ( https://github.com/knocklabs/knock-python/commit/93c9ab3b2d8bd90acc8849f44ca98116631dc153 ) )
22+ * update SDK settings ([ 407b41a] ( https://github.com/knocklabs/knock-python/commit/407b41aa3c15d369eafa4e37e6b159a463960909 ) )
23+ * update SDK settings ([ 6607045] ( https://github.com/knocklabs/knock-python/commit/660704562513e68309b48e7cb2eb078d87c9a20a ) )
24+ * update SDK settings ([ 383e9e7] ( https://github.com/knocklabs/knock-python/commit/383e9e7e6a2b69e1305e1f95d35b4a6656b0f479 ) )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The REST API documentation can be found on [docs.knock.app](https://docs.knock.a
1616
1717``` sh
1818# install from PyPI
19- pip install --pre knockapi
19+ pip install knockapi
2020```
2121
2222## Usage
Original file line number Diff line number Diff line change 11[project ]
22name = " knockapi"
3- version = " 0.0.1-alpha .0"
3+ version = " 1.0 .0"
44description = " The official Python library for the knock API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "knockapi"
4- __version__ = "0.0.1-alpha .0" # x-release-please-version
4+ __version__ = "1.0 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments