We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cb8a3 commit f878348Copy full SHA for f878348
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
[project]
6
dynamic = ["license"]
7
name = "django_sonar"
8
-version = "0.1.6"
+version = "0.1.7"
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.6',
+ version='0.1.7',
author='Metalogico',
author_email='michele.brandolin@gmail.com',
description='The missing debug tool for Django',
0 commit comments