Skip to content

Commit

Permalink
BLD Release 1.4.3
Browse files Browse the repository at this point in the history
The README file changed extension (from rst to md) and this was not
reflected in the MANIFEST.in file, which is used for generating the
distribution file.

close #79 #80
  • Loading branch information
luispedro committed Oct 3, 2016
1 parent da1b657 commit 9748309
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
Version 1.4.3 2016-10-03 by luispedro
* Fix distribution (add missing README.md file)

Version 1.4.2 2016-10-02 by luispedro
* Fix `resize_to` return exactly the requested size
* Fix hard crash when computing texture on arrays with negative values
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -3,7 +3,7 @@ include mahotas/*cpp
include mahotas/*hpp
include mahotas/*h
include mahotas/*py
include README.rst
include README.md
include docs/source/*.rst
include AUTHORS
include ChangeLog
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -218,6 +218,9 @@ questions.

## Recent Changes

### Version 1.4.3 (Oct 3 2016)
- Fix distribution (add missing `README.md` file)

### Version 1.4.2 (Oct 2 2016)
- Fix `resize\_to` return exactly the requested size
- Fix hard crash when computing texture on arrays with negative values
Expand Down
4 changes: 4 additions & 0 deletions docs/source/history.rst
Expand Up @@ -2,6 +2,10 @@
History
=======

Version 1.4.3 (Oct 3 2016)
~~~~~~~~~~~~~~~~~~~~~~~~~~
- Fix distribution (add missing README.md file)

Version 1.4.2 (Oct 2 2016)
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion mahotas/mahotas_version.py
@@ -1 +1 @@
__version__ = '1.4.2'
__version__ = '1.4.3'

0 comments on commit 9748309

Please sign in to comment.