Skip to content

Commit 42c6d3b

Browse files
committed
Prepare v2.0.0 release
1 parent 3107959 commit 42c6d3b

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Project contributors
44

55
* Jonathan Stoppani <[email protected]>
66
* Ulrich Petri <[email protected]>
7+
* Timothy Allen (https://github.com/FlipperPA)

HISTORY.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ History
33
=======
44

55

6+
2.0.0 - 2017-06-30
7+
==================
8+
9+
* Drop support for unsupported Django versions (1.4, 1.5, 1.6, and 1.7).
10+
* Add official support for Django 1.10 and 1.11.
11+
* Add official support for python 3.5 (all Django versions) and 3.6
12+
(Django 1.11 only).
13+
* Correctly handle click errors by outputting the formatted messages instead
14+
of a stack trace (#4).
15+
16+
617
1.2.0 - 2016-05-19
718
==================
819

djclick/__init__.py

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

1010

11-
__version__ = '1.2.0'
11+
__version__ = '2.0.0'
1212
__url__ = 'https://github.com/GaretJax/django-click'
1313
__author__ = 'Jonathan Stoppani'
1414
__email__ = '[email protected]'

0 commit comments

Comments
 (0)