Skip to content

Commit 17477a1

Browse files
committed
Prepare for the 0.1.1 release
1 parent db58a03 commit 17477a1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

HISTORY.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
History
33
=======
44

5+
0.1.1 – 2015-09-11
6+
==================
7+
8+
* Django 1.4, 1.5, 1.6, 1.7 and 1.8 compatibility
9+
* Python 2.7 and 3.4 compatibility
10+
* 100% coverage test suite
11+
512

6-
0.1.0 – Unreleased
13+
0.1.0 – 2015-09-10
714
==================
815

916
* Initial release

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ exclude .travis.yml
1313
exclude tox.ini
1414

1515
prune docs
16+
prune djclick/test

djclick/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .adapter import CommandRegistrator
88

99

10-
__version__ = '0.1.0'
10+
__version__ = '0.1.1'
1111
__url__ = 'https://github.com/GaretJax/django-click'
1212
__all__ = click.__all__
1313

0 commit comments

Comments
 (0)