Skip to content

Commit c9110c2

Browse files
Bump version: 0.4.9 β†’ 0.4.10
1 parent 18c956f commit c9110c2

6 files changed

Lines changed: 21 additions & 6 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

3+
## [0.4.10](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.4.9..0.4.10) - 2025-04-04
4+
5+
### πŸ“š Documentation
6+
7+
- Reestablish - ([25f66cd](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/25f66cd50abf71793f6ec7218d47f21bdf1e9b81))
8+
9+
### βš™οΈ Miscellaneous Tasks
10+
11+
- Uv.lock - ([891ac05](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/891ac05fb497ab69461c477ae5b355a2aae99fdf))
12+
- Docs - ([0445a6c](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/0445a6c426e542c448026daeb36b65b7c5f7e31e))
13+
14+
## New Contributors ❀️
15+
16+
* @helmut-hoffer-von-ankershoffen made their first contribution
17+
318
## [0.4.7](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.4.6..v0.4.7) - 2025-03-25
419

520
### πŸ› Bug Fixes

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.9
1+
0.4.10

β€Ždocs/source/conf.pyβ€Ž

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

β€Ž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.9"
3+
version = "0.4.10"
44
description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search."
55
readme = "README.md"
66
authors = [
@@ -274,7 +274,7 @@ source = ["src/"]
274274

275275

276276
[tool.bumpversion]
277-
current_version = "0.4.9"
277+
current_version = "0.4.10"
278278
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
279279
serialize = ["{major}.{minor}.{patch}"]
280280
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.9
3+
sonar.projectVersion=0.4.10
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)