We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b0e4b commit f2c1264Copy full SHA for f2c1264
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
[project]
6
dynamic = ["license"]
7
name = "django_sonar"
8
-version = "0.1.1"
+version = "0.1.2"
9
authors = [
10
{ name = "Metalogico", email = "michele.brandolin@gmail.com" },
11
]
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='django_sonar',
- version='0.1.1',
+ version='0.1.2',
author='Metalogico',
author_email='michele.brandolin@gmail.com', # Replace with your email
description='The missing debug tool for Django',
0 commit comments