Skip to content

Commit c474cec

Browse files
Bump version: 0.1.12 β†’ 0.2.0
1 parent 0289c4d commit c474cec

6 files changed

Lines changed: 13 additions & 6 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

33
## [unreleased]
44

5+
### πŸ“š Documentation
6+
7+
- *(readme)* Add setup section - ([0289c4d](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/0289c4de73cd0694ccb9b44612fdc3cd37abeb9e))
8+
9+
10+
## [0.1.12](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.1.11..v0.1.12) - 2025-01-02
11+
512
### 🚜 Refactor
613

714
- *(docs)* Simplify sphinx setup - ([c5204ec](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/c5204ec3c1c0e9d21281a9b0ccb6e3d42313705c))

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.12
1+
0.2.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "brave-search-python-client"
1010
copyright = "2025, Helmut Hoffer von Ankershoffen"
1111
author = "Helmut Hoffer von Ankershoffen"
12-
release = "0.1.12"
12+
release = "0.2.0"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# 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.12"
3+
version = "0.2.0"
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.12"
153+
current_version = "0.2.0"
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.12
3+
sonar.projectVersion=0.2.0
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: 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)