Skip to content

Commit b663375

Browse files
committed
Bump version
1 parent 7a477dd commit b663375

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Jandig"
3-
version = "2.0.11"
3+
version = "2.0.12"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"

src/config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
SENTRY_TRACES_SAMPLE_RATE = env("SENTRY_TRACES_SAMPLE_RATE", default=0.1)
5353
SENTRY_PROFILES_SAMPLE_RATE = env("SENTRY_PROFILES_SAMPLE_RATE", default=0.1)
5454
SENTRY_ENVIRONMENT = env("SENTRY_ENVIRONMENT", default="")
55-
SENTRY_RELEASE = env("SENTRY_RELEASE", default="2.0.11")
55+
SENTRY_RELEASE = env("SENTRY_RELEASE", default="2.0.12")
5656

5757

5858
def traces_sampler(sampling_context):

0 commit comments

Comments
 (0)