Skip to content

Commit

Permalink
Prepare v2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GaretJax committed Jun 30, 2017
1 parent 3107959 commit 42c6d3b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Project contributors

* Jonathan Stoppani <jonathan@stoppani.name>
* Ulrich Petri <github@ulo.pe>
* Timothy Allen (https://github.com/FlipperPA)
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ History
=======


2.0.0 - 2017-06-30
==================

* Drop support for unsupported Django versions (1.4, 1.5, 1.6, and 1.7).
* Add official support for Django 1.10 and 1.11.
* Add official support for python 3.5 (all Django versions) and 3.6
(Django 1.11 only).
* Correctly handle click errors by outputting the formatted messages instead
of a stack trace (#4).


1.2.0 - 2016-05-19
==================

Expand Down
2 changes: 1 addition & 1 deletion djclick/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .adapter import GroupRegistrator as group, pass_verbosity # NOQA


__version__ = '1.2.0'
__version__ = '2.0.0'
__url__ = 'https://github.com/GaretJax/django-click'
__author__ = 'Jonathan Stoppani'
__email__ = 'jonathan@stoppani.name'
Expand Down

0 comments on commit 42c6d3b

Please sign in to comment.