From fe76434fe1338e818f64b724f52ea810a9e8ec38 Mon Sep 17 00:00:00 2001 From: Helmut Hoffer von Ankershoffen Date: Sun, 5 Jan 2025 14:41:32 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.19=20=E2=86=92=200.2.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 +++++++----- VERSION | 2 +- docs/source/conf.py | 2 +- pyproject.toml | 4 ++-- sonar-project.properties | 2 +- uv.lock | 2 +- 6 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e62da..b31c589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ [🦁 Brave Search Python Client](https://helmuthva.gitbook.io/brave-search-api-client) -## [0.2.19](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.18..0.2.19) - 2025-01-04 +## [0.2.20](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.19..0.2.20) - 2025-01-05 + +### ⚙️ Miscellaneous Tasks + +- *(ruff)* Consistent with other projects - ([dd15ce6](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/dd15ce6a5c48c0581ee24144f9b5ee18c95e73f5)) +## [0.2.19](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.18..v0.2.19) - 2025-01-04 ### 📚 Documentation @@ -9,10 +14,7 @@ ### ⚙️ 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 +## [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 6bf5ecb..3bfb9a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.19 +0.2.20 diff --git a/docs/source/conf.py b/docs/source/conf.py index ac2cf37..af883ba 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,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.19" +version = "0.2.20" release = version github_username = "helmut-hoffer-von-ankershoffen" github_repository = "brave-search-python-client" diff --git a/pyproject.toml b/pyproject.toml index d88fc35..ae973bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brave-search-python-client" -version = "0.2.19" +version = "0.2.20" description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search." readme = "README.md" authors = [ @@ -204,7 +204,7 @@ source = ["src/"] [tool.bumpversion] -current_version = "0.2.19" +current_version = "0.2.20" 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 8eee610..f616ee5 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.19 +sonar.projectVersion=0.2.20 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 17a6092..9cf0a09 100644 --- a/uv.lock +++ b/uv.lock @@ -260,7 +260,7 @@ wheels = [ [[package]] name = "brave-search-python-client" -version = "0.2.19" +version = "0.2.20" source = { editable = "." } dependencies = [ { name = "httpx" },