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 b046fff commit e0236baCopy full SHA for e0236ba
HISTORY.rst
@@ -2,7 +2,7 @@
2
History
3
=======
4
5
-0.2.0 – Unreleased
+1.0.0 – Unreleased
6
==================
7
8
* Support for command groups
djclick/__init__.py
@@ -8,6 +8,6 @@
from .adapter import GroupRegistrator as group, pass_verbosity # NOQA
9
10
11
-__version__ = '0.1.1'
+__version__ = '1.0.0'
12
__url__ = 'https://github.com/GaretJax/django-click'
13
__all__ = click.__all__ + ['pass_verbosity']
0 commit comments