Skip to content

Commit 8c5cdc0

Browse files
Bump version: 0.4.22 → 0.4.23
1 parent 36af767 commit 8c5cdc0

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[🧠 Brave Search Python Client](https://brave-search-python-client.readthedocs.io/en/latest/)
22

3-
## [0.4.22](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.4.21..0.4.22) - 2025-04-24
3+
## [0.4.23](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.4.22..0.4.23) - 2025-04-24
4+
5+
### Security
6+
7+
- *(deps)* Update from template - ([36af767](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/36af76762d55b59f5362588f68ef0935f23070ae))
8+
9+
10+
## [0.4.22](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.4.21..v0.4.22) - 2025-04-24
411

512
### 🚜 Refactor
613

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.22
1+
0.4.23

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
project = "brave-search-python-client"
2828
author = "Helmut Hoffer von Ankershoffen"
2929
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
30-
version = "0.4.22"
30+
version = "0.4.23"
3131
release = version
3232
github_username = "helmut-hoffer-von-ankershoffen"
3333
github_repository = "brave-search-python-client"

examples/notebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# requires-python = ">=3.13"
33
# dependencies = [
44
# "marimo",
5-
# "brave-search-python-client==0.4.22",
5+
# "brave-search-python-client==0.4.23",
66
# "python-dotenv==1.1.0",
77
# ]
88
# ///

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "brave-search-python-client"
3-
version = "0.4.22"
3+
version = "0.4.23"
44
description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search."
55
readme = "README.md"
66
authors = [
@@ -283,7 +283,7 @@ source = ["src/"]
283283

284284

285285
[tool.bumpversion]
286-
current_version = "0.4.22"
286+
current_version = "0.4.23"
287287
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
288288
serialize = ["{major}.{minor}.{patch}"]
289289
search = "{current_version}"

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=helmut-hoffer-von-ankershoffen_brave-search-python-client
22
sonar.organization=helmut-hoffer-von-ankershoffen
3-
sonar.projectVersion=0.4.22
3+
sonar.projectVersion=0.4.23
44
sonar.projectDescription=🦁 Brave Search Python Client supporting Web, Image, News and Video search.
55
sonar.links.homepage=https://brave-search-python-client.readthedocs.io/en/latest/
66
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)