File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.0.1-alpha .0"
2
+ "." : " 3.0 .0"
3
3
}
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 3.0.0 (2025-05-02)
4
+
5
+ Full Changelog: [ v0.0.1-alpha.0...v3.0.0] ( https://github.com/You-OpenSource/You-Python/compare/v0.0.1-alpha.0...v3.0.0 )
6
+
7
+ ### Chores
8
+
9
+ * sync repo ([ dc912e6] ( https://github.com/You-OpenSource/You-Python/commit/dc912e683c739f424a119bbeaba858d65778909d ) )
10
+ * update SDK settings ([ 323499b] ( https://github.com/You-OpenSource/You-Python/commit/323499ba910ff1f183d1df60c06576c77e532e82 ) )
11
+ * update SDK settings ([ bd65b0f] ( https://github.com/You-OpenSource/You-Python/commit/bd65b0fb9d38b89ace7fbeb78da6ca90c9f490a9 ) )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The REST API documentation can be found on [documentation.you.com](https://docum
16
16
17
17
``` sh
18
18
# install from PyPI
19
- pip install --pre youdotcom
19
+ pip install youdotcom
20
20
```
21
21
22
22
## Usage
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " youdotcom"
3
- version = " 0.0.1-alpha .0"
3
+ version = " 3.0 .0"
4
4
description = " The official Python library for the ydc-search-api 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__ = "ydc_search_api"
4
- __version__ = "0.0.1-alpha .0" # x-release-please-version
4
+ __version__ = "3.0 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments