Skip to content

Commit

Permalink
Bump version: 1.0.34 → 1.0.35 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed May 24, 2024
1 parent 22d9d9c commit cd368d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.0.34
current_version = 1.0.35
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:pv_site_api/__init__.py]
Expand Down
2 changes: 1 addition & 1 deletion pv_site_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import structlog

__version__ = "1.0.34"
__version__ = "1.0.35"

# Set the loglevel
LOGLEVEL = os.getenv("LOGLEVEL", "DEBUG").upper()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pv-site-api"
version = "1.0.34"
version = "1.0.35"
description = ""
authors = ["Open Climate Fix"]
readme = "README.md"
Expand Down

0 comments on commit cd368d7

Please sign in to comment.