Skip to content

Commit 1a3450d

Browse files
Bump version: 0.4.23 β†’ 0.4.24
1 parent 9c8e536 commit 1a3450d

7 files changed

Lines changed: 19 additions & 11 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

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
3+
## [0.4.24](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.4.23..0.4.24) - 2025-04-25
4+
5+
### 🚜 Refactor
6+
7+
- Polish - ([a7f8b6e](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/a7f8b6e2d3ccf161ee21ec369f89073236da62f4))
8+
9+
### βš™οΈ Miscellaneous Tasks
10+
11+
- Set notebook dep - ([9c8e536](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/9c8e536f0cd3ce78b78cd62f8852997945d77692))
12+
13+
14+
## [0.4.23](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.4.22..v0.4.23) - 2025-04-24
415

516
### Security
617

@@ -25,9 +36,6 @@
2536

2637
- Env adapt - ([c92e067](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/c92e067606028896ad532d366a21a325020bbf31))
2738

28-
## New Contributors ❀️
29-
30-
* @helmut-hoffer-von-ankershoffen made their first contribution
3139

3240
## [0.4.21](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.4.20..v0.4.21) - 2025-04-08
3341

β€ŽVERSIONβ€Ž

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

β€Ž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.23"
30+
version = "0.4.24"
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.23",
5+
# "brave-search-python-client==0.4.24",
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.23"
3+
version = "0.4.24"
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.23"
286+
current_version = "0.4.24"
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.23
3+
sonar.projectVersion=0.4.24
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)