Skip to content

Commit

Permalink
Fix the Manisfest
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Aug 20, 2017
1 parent 5ac3135 commit 18ad815
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include README.rst LICENSE
include README.rst L
include requirements.txt AUTHORS.rst LICENSE requirements-dev.txt requirements.txt

4 changes: 4 additions & 0 deletions doc/source/ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ ChangeLog Summary
Version 0.6
---------------

* 0.6.8:

* Fix the MANIFEST

* 0.6.7:

* refactored the requirements files (add a requirements-dev.txt) and
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

_MAJOR = 0
_MINOR = 6
_MICRO = 7
_MICRO = 8
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)

Expand Down

0 comments on commit 18ad815

Please sign in to comment.