Skip to content

Commit 446ef64

Browse files
release: 3.0.0
1 parent 323499b commit 446ef64

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1-alpha.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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))

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The REST API documentation can be found on [documentation.you.com](https://docum
1616

1717
```sh
1818
# install from PyPI
19-
pip install --pre youdotcom
19+
pip install youdotcom
2020
```
2121

2222
## Usage

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "youdotcom"
3-
version = "0.0.1-alpha.0"
3+
version = "3.0.0"
44
description = "The official Python library for the ydc-search-api API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/ydc_search_api/_version.py

+1-1
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__ = "ydc_search_api"
4-
__version__ = "0.0.1-alpha.0" # x-release-please-version
4+
__version__ = "3.0.0" # x-release-please-version

0 commit comments

Comments
 (0)