Skip to content

Commit 54632bf

Browse files
Bump version: 0.1.8 β†’ 0.1.9
1 parent ddcd909 commit 54632bf

6 files changed

Lines changed: 16 additions & 9 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### πŸ“š Documentation
66

7+
- Styling - ([ddcd909](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/ddcd909235a33d04b337becf145182eec80cbb3d))
8+
9+
10+
## [0.1.8](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.1.7..v0.1.8) - 2025-01-02
11+
12+
### πŸ“š Documentation
13+
714
- *(sphinx)* Generate docs with sphinx, start with rtd - ([137d457](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/137d45758fba56e7ff4f4fe637ac92e4726c0a12))
815
- *(sphinx,readthedocs)* Introduce - ([a35f79d](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/a35f79d692d39a9df219274f8433bcf6ef53b713))
916

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.8
1+
0.1.9

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = "brave-search-python-client"
1515
copyright = "2025, Helmut Hoffer von Ankershoffen"
1616
author = "Helmut Hoffer von Ankershoffen"
17-
release = "0.1.8"
17+
release = "0.1.9"
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

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

151151

152152
[tool.bumpversion]
153-
current_version = "0.1.8"
153+
current_version = "0.1.9"
154154
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
155155
serialize = ["{major}.{minor}.{patch}"]
156156
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.1.8
3+
sonar.projectVersion=0.1.9
44
sonar.projectDescription=Brave Search Python Client
55
sonar.links.homepage=https://helmuthva.gitbook.io/brave-search-python-client
66
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client

β€Žuv.lockβ€Ž

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)