From e251b6a4d2e9ae297e8c8b062a76c9014d85bffe Mon Sep 17 00:00:00 2001 From: Helmut Hoffer von Ankershoffen Date: Sat, 4 Jan 2025 18:17:06 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.18=20=E2=86=92=200.2.19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 +++++++++++++- VERSION | 2 +- docs/source/conf.py | 2 +- pyproject.toml | 4 ++-- sonar-project.properties | 2 +- uv.lock | 2 +- 6 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e65a2b..02e62da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ [🦁 Brave Search Python Client](https://helmuthva.gitbook.io/brave-search-api-client) -## [0.2.18](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.17..0.2.18) - 2025-01-04 +## [0.2.19](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.18..0.2.19) - 2025-01-04 + +### 📚 Documentation + +- Tip - ([ee178c3](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/ee178c35f149ee5e2d9b2fbdeee2c23d9f00e357)) + +### ⚙️ Miscellaneous Tasks + +- *(nox)* Better order - ([6d77e70](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/6d77e70d740e78a4799be6467708dfd3d8d28987)) + +## New Contributors ❤️ + +* @helmut-hoffer-von-ankershoffen made their first contribution## [0.2.18](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.17..v0.2.18) - 2025-01-04 ### 🐛 Bug Fixes diff --git a/VERSION b/VERSION index 51e8fdc..6bf5ecb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.18 +0.2.19 diff --git a/docs/source/conf.py b/docs/source/conf.py index 305c53a..f17dd1f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ project = "brave-search-python-client" author = "Helmut Hoffer von Ankershoffen" copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001 -version = "0.2.18" +version = "0.2.19" release = version github_username = "helmut-hoffer-von-ankershoffen" github_repository = "brave-search-python-client" diff --git a/pyproject.toml b/pyproject.toml index 9341050..b48b02a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brave-search-python-client" -version = "0.2.18" +version = "0.2.19" description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search." readme = "README.md" authors = [ @@ -194,7 +194,7 @@ source = ["src/"] [tool.bumpversion] -current_version = "0.2.18" +current_version = "0.2.19" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/sonar-project.properties b/sonar-project.properties index 4fe9fc0..8eee610 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=helmut-hoffer-von-ankershoffen_brave-search-python-client sonar.organization=helmut-hoffer-von-ankershoffen -sonar.projectVersion=0.2.18 +sonar.projectVersion=0.2.19 sonar.projectDescription=Brave Search Python Client sonar.links.homepage=https://helmuthva.gitbook.io/brave-search-python-client sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client diff --git a/uv.lock b/uv.lock index 990454d..28dfb78 100644 --- a/uv.lock +++ b/uv.lock @@ -260,7 +260,7 @@ wheels = [ [[package]] name = "brave-search-python-client" -version = "0.2.18" +version = "0.2.19" source = { editable = "." } dependencies = [ { name = "httpx" },