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 301dceb commit 7d347c7Copy full SHA for 7d347c7
HISTORY.rst
@@ -2,7 +2,8 @@
2
History
3
=======
4
5
-unreleased
6
-----------
+1.0.0 (2012-02-14)
+------------------
7
8
* Initial release.
9
+
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = django-sys-indicator
-version = 0.4.0
+version = 1.0.0
url = https://github.com/marksweb/django-sys-indicator
description = A system/environment indicator for django
long_description = file: README.md
@@ -10,7 +10,7 @@ author_email = [email protected]
10
keywords = Django
11
license = MIT License
12
classifiers =
13
- Development Status :: 3 - Alpha
+ Development Status :: 5 - Production/Stable
14
Framework :: Django :: 3.2
15
Framework :: Django :: 4.0
16
License :: OSI Approved :: BSD License
0 commit comments