From b57745f2177e684c317386e53a1b8f0ebfff5888 Mon Sep 17 00:00:00 2001 From: Helmut Hoffer von Ankershoffen Date: Wed, 1 Jan 2025 01:40:25 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.3=20=E2=86=92=200.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- pyproject.toml | 4 ++-- sonar-project.properties | 2 +- uv.lock | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4882793..26707ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ ### 📚 Documentation +- Basic documentation - ([9384f79](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/9384f799ba2da1fe56f90157a901bd5f9bcff054)) +- Polish - ([bb1909f](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/bb1909fc8ac0b5d945aa5e62724d710d0f516f83)) + +### ⚙️ Miscellaneous Tasks + +- *(github)* We don't need node in this project - ([5cfd679](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/5cfd679d75d4e1a939b8210aa4a5785cf6587894)) + + +## [0.0.3](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.0.2..v0.0.3) - 2024-12-31 + +### 📚 Documentation + - *(docker)* Fix image name in readme and contributing - ([27e6367](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/27e63677561160fd35eb38b04196acdcbfc55590)) diff --git a/VERSION b/VERSION index bcab45a..81340c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 +0.0.4 diff --git a/pyproject.toml b/pyproject.toml index f8a81b7..8b10623 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brave-search-python-client" -version = "0.0.3" +version = "0.0.4" description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search." authors = [ { name = "Helmut Hoffer von Ankershoffen", email = "helmuthva@googlemail.com" }, @@ -157,7 +157,7 @@ source = ["src/"] [tool.bumpversion] -current_version = "0.0.3" +current_version = "0.0.4" 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 c8f0008..fed5395 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.0.3 +sonar.projectVersion=0.0.4 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 2deb342..013cfe0 100644 --- a/uv.lock +++ b/uv.lock @@ -75,7 +75,7 @@ wheels = [ [[package]] name = "brave-search-python-client" -version = "0.0.3" +version = "0.0.4" source = { editable = "." } dependencies = [ { name = "httpx" },