diff --git a/CHANGELOG.md b/CHANGELOG.md index f75ed7c..02b258f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,19 @@ [🦁 Brave Search Python Client](https://helmuthva.gitbook.io/brave-search-api-client) -## [0.2.12](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.11..0.2.12) - 2025-01-02 +## [0.2.13](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.12..0.2.13) - 2025-01-02 ### 📚 Documentation -- Advanced search in intro - ([5a50da4](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/5a50da46199404f683764bc5e44f0206e5e651bd)) +- *(reference)* Links to github source and more - ([82232bd](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/82232bd96cfae2d71637779dd9bf96caeba0e935)) +- *(reference)* Autodoc for pydantic models and enums - ([15fa5d9](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/15fa5d90761268773eccae8e5481b2d3cd1a18b7)) -## New Contributors ❤️ -* @helmut-hoffer-von-ankershoffen made their first contribution +## [0.2.12](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.11..v0.2.12) - 2025-01-02 + +### 📚 Documentation + +- Advanced search in intro - ([5a50da4](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/5a50da46199404f683764bc5e44f0206e5e651bd)) + ## [0.2.11](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.10..v0.2.11) - 2025-01-02 diff --git a/VERSION b/VERSION index f2722b1..2779245 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.12 +0.2.13 diff --git a/docs/source/conf.py b/docs/source/conf.py index dfe7739..2deb539 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = "brave-search-python-client" copyright = "2025, Helmut Hoffer von Ankershoffen" author = "Helmut Hoffer von Ankershoffen" -release = "0.2.12" +release = "0.2.13" github_username = "helmut-hoffer-von-ankershoffen" github_repository = "brave-search-python-client" diff --git a/pyproject.toml b/pyproject.toml index bf40af9..c876efe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brave-search-python-client" -version = "0.2.12" +version = "0.2.13" description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search." readme = "README.md" authors = [ @@ -155,7 +155,7 @@ source = ["src/"] [tool.bumpversion] -current_version = "0.2.12" +current_version = "0.2.13" 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 e4995e1..cc14aab 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.12 +sonar.projectVersion=0.2.13 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 26e544b..b0d4767 100644 --- a/uv.lock +++ b/uv.lock @@ -260,7 +260,7 @@ wheels = [ [[package]] name = "brave-search-python-client" -version = "0.2.12" +version = "0.2.13" source = { editable = "." } dependencies = [ { name = "httpx" }, @@ -526,7 +526,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 = [ @@ -981,7 +981,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" }, @@ -3151,7 +3151,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 = [