Skip to content

Commit 240362b

Browse files
committed
Changelog for upcoming release 0.0.8
1 parent 952f798 commit 240362b

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

AUTHORS.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Development Lead
99

1010
Contributors
1111
------------
12-
13-
None yet. Why not be the first?
12+
* Daniel Andrlik <[email protected]>
13+
* Parbhat Puri <[email protected]>

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
33
History
44
========
5+
6+
0.0.8 (2017-05-09)
7+
-------------------
8+
9+
* Make it Compatible with Django 1.11
10+
511
0.0.7 (2016-09-25)
612
-------------------
713

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ test-all:
6767
tox
6868

6969
coverage:
70-
coverage run --source foundation_formtags setup.py test
70+
coverage run --source python setup.py test
7171
coverage report -m
7272
coverage html
7373
$(BROWSER) htmlcov/index.html

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.6
2+
current_version = 0.0.7
33

44
[wheel]
55
universal = 1

0 commit comments

Comments
 (0)