Skip to content

Commit

Permalink
Bump version: 0.2.12 → 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
helmut-hoffer-von-ankershoffen committed Jan 2, 2025
1 parent 82232bd commit 86db7d3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
[🦁 Brave Search Python Client](https://helmuthva.gitbook.io/brave-search-api-client)

## [0.2.12](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.11..0.2.12) - 2025-01-02
## [0.2.13](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.12..0.2.13) - 2025-01-02

### 📚 Documentation

- Advanced search in intro - ([5a50da4](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/5a50da46199404f683764bc5e44f0206e5e651bd))
- *(reference)* Links to github source and more - ([82232bd](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/82232bd96cfae2d71637779dd9bf96caeba0e935))
- *(reference)* Autodoc for pydantic models and enums - ([15fa5d9](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/15fa5d90761268773eccae8e5481b2d3cd1a18b7))

## New Contributors ❤️

* @helmut-hoffer-von-ankershoffen made their first contribution
## [0.2.12](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.11..v0.2.12) - 2025-01-02

### 📚 Documentation

- Advanced search in intro - ([5a50da4](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/commit/5a50da46199404f683764bc5e44f0206e5e651bd))


## [0.2.11](https://github.com/helmut-hoffer-von-ankershoffen/brave-search-python-client/compare/v0.2.10..v0.2.11) - 2025-01-02

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.12
0.2.13
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "brave-search-python-client"
copyright = "2025, Helmut Hoffer von Ankershoffen"
author = "Helmut Hoffer von Ankershoffen"
release = "0.2.12"
release = "0.2.13"
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.12"
version = "0.2.13"
description = "🦁 Brave Search Python Client supporting Web, Image, News and Video search."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -155,7 +155,7 @@ source = ["src/"]


[tool.bumpversion]
current_version = "0.2.12"
current_version = "0.2.13"
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.12
sonar.projectVersion=0.2.13
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
8 changes: 4 additions & 4 deletions uv.lock

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

0 comments on commit 86db7d3

Please sign in to comment.