Skip to content

Commit

Permalink
Merge commit '475482534d94e298a4e69d62c5c5ad263c311813' into issue/n-…
Browse files Browse the repository at this point in the history
…calls-per-hour

# Conflicts:
#	src/cache.py
#	src/main.py
  • Loading branch information
peterdudfield committed Jan 14, 2025
2 parents 5ca618d + 4754825 commit 2339f61
Show file tree
Hide file tree
Showing 2 changed files with 4 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.5.66
current_version = 1.5.67
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:src/main.py]
Expand Down
5 changes: 3 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

structlog.configure(
wrapper_class=structlog.make_filtering_bound_logger(
getattr(logging, os.getenv('LOGLEVEL','INFO'))),
getattr(logging, os.getenv("LOGLEVEL", "INFO"))
),
processors=[
structlog.processors.EventRenamer("message", replace_by="_event"),
structlog.stdlib.PositionalArgumentsFormatter(),
Expand All @@ -48,7 +49,7 @@
folder = os.path.dirname(os.path.abspath(__file__))

title = "Quartz Solar API"
version = "1.5.66"
version = "1.5.67"

sentry_sdk.init(
dsn=os.getenv("SENTRY_DSN"),
Expand Down

0 comments on commit 2339f61

Please sign in to comment.