Skip to content

Commit 82fde13

Browse files
committed
Update project version
1 parent f61f17d commit 82fde13

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Jandig"
3-
version = "2.0.11"
3+
version = "3.0.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
@@ -55,7 +55,7 @@ DJANGO_SETTINGS_MODULE = "config.test_settings"
5555
python_files = ["tests.py", "test_*.py", "*_tests.py"]
5656
testpaths = ["src/core", "src/users", "src/blog", "src/ui_tests"]
5757
pythonpath = "src"
58-
addopts="-n4"
58+
addopts="-n16"
5959

6060
[tool.coverage.run]
6161
relative_files=true

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="3.0.0")
5656

5757

5858
def traces_sampler(sampling_context):

0 commit comments

Comments
 (0)