Skip to content

Commit

Permalink
Bump version: 0.2.17 → 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
helmut-hoffer-von-ankershoffen committed Jan 4, 2025
1 parent 6620699 commit 8a891a4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
[🦁 Brave Search Python Client](https://helmuthva.gitbook.io/brave-search-api-client)

## [0.2.17](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.16..0.2.17) - 2025-01-04
## [0.2.18](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.17..0.2.18) - 2025-01-04

### 🐛 Bug Fixes

- Latex->pdf - ([a4d3f84](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/a4d3f843f44b69f363e032d9b89453eaf8634a61))

### 📚 Documentation

- Latex->pdf - ([6620699](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/662069937e4dd3673c1c57d183b00094846bb4a4))
## [0.2.17](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.16..v0.2.17) - 2025-01-04

### 🐛 Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.17
0.2.18
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
project = "brave-search-python-client"
author = "Helmut Hoffer von Ankershoffen"
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
version = "0.2.17"
version = "0.2.18"
release = version
github_username = "helmut-hoffer-von-ankershoffen"
github_repository = "brave-search-python-client"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "brave-search-python-client"
version = "0.2.17"
version = "0.2.18"
description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -194,7 +194,7 @@ source = ["src/"]


[tool.bumpversion]
current_version = "0.2.17"
current_version = "0.2.18"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=helmut-hoffer-von-ankershoffen_brave-search-python-client
sonar.organization=helmut-hoffer-von-ankershoffen
sonar.projectVersion=0.2.17
sonar.projectVersion=0.2.18
sonar.projectDescription=Brave Search Python Client
sonar.links.homepage=https://helmuthva.gitbook.io/brave-search-python-client
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a891a4

Please sign in to comment.