From 483ebd5d845288c7a5e65f09e722a2479ab9584d Mon Sep 17 00:00:00 2001 From: Helmut Hoffer von Ankershoffen Date: Thu, 2 Jan 2025 13:07:06 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.10=20=E2=86=92=200.1.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- docs/source/conf.py | 2 +- pyproject.toml | 4 ++-- sonar-project.properties | 2 +- uv.lock | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 988ca63..e440855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [unreleased] +### 🐛 Bug Fixes + +- *(examples)* Broken link in streamlit app given pivot from gitbook to read-the-docs - ([20e4358](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/20e43586d068f57066e757210eca962da56e54e0)) + + +## [0.1.10](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.1.9..v0.1.10) - 2025-01-02 + ### 📚 Documentation - Styling - ([594790c](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/594790ca847b6bfb63ebe38c7ef509b34c232c68)) diff --git a/VERSION b/VERSION index 9767cc9..20f4951 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.10 +0.1.11 diff --git a/docs/source/conf.py b/docs/source/conf.py index 6fc3d2e..61ffbb6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,7 +14,7 @@ project = "brave-search-python-client" copyright = "2025, Helmut Hoffer von Ankershoffen" author = "Helmut Hoffer von Ankershoffen" -release = "0.1.10" +release = "0.1.11" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index dcb249c..70befa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brave-search-python-client" -version = "0.1.10" +version = "0.1.11" description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search." readme = "README.md" authors = [ @@ -150,7 +150,7 @@ source = ["src/"] [tool.bumpversion] -current_version = "0.1.10" +current_version = "0.1.11" 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 2c9b7bb..f69a660 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.1.10 +sonar.projectVersion=0.1.11 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 8ba7fac..b4cb812 100644 --- a/uv.lock +++ b/uv.lock @@ -206,7 +206,7 @@ wheels = [ [[package]] name = "brave-search-python-client" -version = "0.1.10" +version = "0.1.11" source = { editable = "." } dependencies = [ { name = "httpx" },