Skip to content

Commit e0236ba

Browse files
committed
Preapre release
1 parent b046fff commit e0236ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
0.2.0 – Unreleased
5+
1.0.0 – Unreleased
66
==================
77

88
* Support for command groups

djclick/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
from .adapter import GroupRegistrator as group, pass_verbosity # NOQA
99

1010

11-
__version__ = '0.1.1'
11+
__version__ = '1.0.0'
1212
__url__ = 'https://github.com/GaretJax/django-click'
1313
__all__ = click.__all__ + ['pass_verbosity']

0 commit comments

Comments
 (0)