Skip to content

Commit

Permalink
bump: version 0.6.1 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 9, 2024
1 parent 42f8f28 commit e650ae1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.0 (2024-05-09)

### Feat

- add /fastest-sectors path

## 0.6.1 (2024-04-19)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.7.0
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from fastf1.ergast import Ergast


__version__ = "0.6.1"
__version__ = "0.7.0"


# Load environment variables from .env file
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
#-->> Metadata <<------------------------------------------
[tool.poetry]
name = "rearwing"
version = "0.6.1"
version = "0.7.0"
description = "Slick Telemetry backend written in python with fastapi"
authors = ["Slick Telemetry <contact@slicktelemetry.com>"]
readme = "README.md"
Expand Down Expand Up @@ -79,7 +79,7 @@ line-length = 120
target-version = ["py312"]

[tool.commitizen]
version = "0.6.1"
version = "0.7.0"
version_files = [
"app/__init__.py:__version__",
"pyproject.toml:version",
Expand Down

0 comments on commit e650ae1

Please sign in to comment.