Skip to content

Commit 912cef4

Browse files
committed
Prepare release 1.2.0
1 parent 6aeeb7b commit 912cef4

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

AUTHORS.rst

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Project contributors
33
====================
44

55
* Jonathan Stoppani <[email protected]>
6+
* Ulrich Petri <[email protected]>

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ History
33
=======
44

55

6+
1.2.0 - 2016-05-19
7+
==================
8+
9+
* Allow custom lookups on ``ModelInstance`` parameter types.
10+
11+
612
1.1.0 - 2016-02-04
713
==================
814

djclick/__init__.py

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

0 commit comments

Comments
 (0)