Skip to content

Commit

Permalink
Bump version: 0.0.62 → 0.0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
helmut-hoffer-von-ankershoffen committed Jan 2, 2025
1 parent 169069c commit a18897e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [unreleased]

### 🚜 Refactor

- *(docs)* Simplify sphinx setup - ([169069c](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/169069c8826157dda0155a0e2a4f33b9c18143af))


## [0.0.62](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/compare/v0.0.61..v0.0.62) - 2025-01-02

### 📚 Documentation

- Add reference documentation - ([8d26936](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/8d26936a9b540022b7e37cee920607066cf43e9e))
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.62
0.0.63
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 = "starbridge"
copyright = "2025, Helmut Hoffer von Ankershoffen"
author = "Helmut Hoffer von Ankershoffen"
release = "0.0.62"
release = "0.0.63"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
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 = "starbridge"
version = "0.0.62"
version = "0.0.63"
description = "⭐ Integrates Claude Desktop with the web, Google workspace and Atlassian workspaces"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -175,7 +175,7 @@ source = ["src/"]


[tool.bumpversion]
current_version = "0.0.62"
current_version = "0.0.63"
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_starbridge
sonar.organization=helmut-hoffer-von-ankershoffen
sonar.projectVersion=0.0.62
sonar.projectVersion=0.0.63
sonar.projectDescription=Integrates Claude Desktop with Google and Atlassian workspaces
sonar.projectTags=anthropic,atlassian,bump-my-version,claude,codecov,confluence,cyclonedx,devcontainer,docker,docker-compose,gitbook,github-actions,git-cliff,google-drive,jira,logfire,mcp,nox,opentelemetry,pre-commit,pydantic,pytest,pytest-asyncio,pytest-cov,pytest-docker,pytest-env,pytest-xdist,renovate,ruff,sonarqube,typer,uv
sonar.links.homepage=https://helmuthva.gitbook.io/starbridge
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 a18897e

Please sign in to comment.