Skip to content

Commit 70d5478

Browse files
committed
Prepare for 2.1.0 release
1 parent ab14ece commit 70d5478

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

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

55

6+
2.1.0 - 2018-04-20
7+
==================
8+
9+
* Add experimental support for Django 2.0
10+
11+
612
2.0.0 - 2017-06-30
713
==================
814

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__ = '2.0.0'
11+
__version__ = '2.1.0'
1212
__url__ = 'https://github.com/GaretJax/django-click'
1313
__author__ = 'Jonathan Stoppani'
1414
__email__ = '[email protected]'

0 commit comments

Comments
 (0)