We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa33bb commit 9fd09c5Copy full SHA for 9fd09c5
pyproject.toml
@@ -6,7 +6,7 @@ requires = [
6
7
[project]
8
name = "django-sys-indicator"
9
-version = "2.1.0"
+version = "2.2.0"
10
description = "A system/environment indicator for django."
11
readme = "README.rst"
12
keywords = [
src/django_sys_indicator/__init__.py
@@ -1,3 +1 @@
1
from __future__ import annotations
2
-
3
-__version__ = "2.2.0"
0 commit comments