From 807491af1b1f669be88a9d64fd9682a863a81230 Mon Sep 17 00:00:00 2001 From: Helmut Hoffer von Ankershoffen Date: Thu, 2 Jan 2025 12:16:08 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.7=20=E2=86=92=200.1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- docs/source/conf.py | 2 +- pyproject.toml | 4 ++-- sonar-project.properties | 2 +- uv.lock | 8 ++++---- 6 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c63a6e3..9bc05a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ ### 📚 Documentation +- *(sphinx)* Generate docs with sphinx, start with rtd - ([137d457](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/137d45758fba56e7ff4f4fe637ac92e4726c0a12)) +- *(sphinx,readthedocs)* Introduce - ([a35f79d](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/a35f79d692d39a9df219274f8433bcf6ef53b713)) + + +## [0.1.7](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.1.6..v0.1.7) - 2025-01-01 + +### 📚 Documentation + - *(keywords)* Add common synonyms - ([56af4ef](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/56af4ef404d1589feafc5feef43207653fddbdad)) diff --git a/VERSION b/VERSION index 1180819..699c6c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.7 +0.1.8 diff --git a/docs/source/conf.py b/docs/source/conf.py index b5a3677..ea09fba 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.7" +release = "0.1.8" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 508b353..e9f32e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brave-search-python-client" -version = "0.1.7" +version = "0.1.8" description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search." readme = "README.md" authors = [ @@ -148,7 +148,7 @@ source = ["src/"] [tool.bumpversion] -current_version = "0.1.7" +current_version = "0.1.8" 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 e8b7b30..1546a08 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.7 +sonar.projectVersion=0.1.8 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 b172858..7e7f52a 100644 --- a/uv.lock +++ b/uv.lock @@ -206,7 +206,7 @@ wheels = [ [[package]] name = "brave-search-python-client" -version = "0.1.7" +version = "0.1.8" source = { editable = "." } dependencies = [ { name = "httpx" }, @@ -458,7 +458,7 @@ name = "click" version = "8.1.8" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "colorama", marker = "platform_system == 'Windows'" }, + { name = "colorama", marker = "sys_platform == 'win32'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a", size = 226593 } wheels = [ @@ -862,7 +862,7 @@ name = "ipykernel" version = "6.29.5" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "appnope", marker = "platform_system == 'Darwin'" }, + { name = "appnope", marker = "sys_platform == 'darwin'" }, { name = "comm" }, { name = "debugpy" }, { name = "ipython" }, @@ -2824,7 +2824,7 @@ dependencies = [ { name = "toml" }, { name = "tornado" }, { name = "typing-extensions" }, - { name = "watchdog", marker = "platform_system != 'Darwin'" }, + { name = "watchdog", marker = "sys_platform != 'darwin'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/78/33/14b5ac0369ecf0af675911e5e84b934e6fcc2cec850857d2390eb373b0a6/streamlit-1.41.1.tar.gz", hash = "sha256:6626d32b098ba1458b71eebdd634c62af2dd876380e59c4b6a1e828a39d62d69", size = 8712473 } wheels = [