Skip to content

Commit 36c60c3

Browse files
committed
chore(pyproject): bump version to 0.2.2 and update project description
1 parent 7c8e07c commit 36c60c3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
[project]
22
name = "django-stacktrace"
3-
version = "0.2.1"
4-
description = "Add your description here"
3+
version = "0.2.2"
4+
description = "A reusable Django app that captures exceptions with request context and stores them in the database, similar to a lightweight Sentry"
55
readme = "README.md"
66
authors = [
77
{ name = "Marsel Beqiri", email = "marselbeqiri.365@gmail.com" }
88
]
99
requires-python = ">=3.12"
1010
dependencies = [
11-
"black>=26.1.0",
12-
"django>=6.0.1",
11+
"django>=4.2",
1312
]
1413

1514
[build-system]
@@ -18,6 +17,7 @@ build-backend = "uv_build"
1817

1918
[dependency-groups]
2019
dev = [
20+
"black>=26.1.0",
2121
"ruff>=0.14.13",
2222
]
2323

0 commit comments

Comments
 (0)