Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #128 from rjw57/prepare-for-0.11
Browse files Browse the repository at this point in the history
Bump to version 0.11.0
  • Loading branch information
rjw57 committed Mar 9, 2016
2 parents 0b05940 + f0c3b0d commit e47c053
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ Changes

* Use fixed random number generator seed when generating documentation.
* Replace use of Lena image with mandrill.
* Refactor test suite to use tox + py.test.
* Documentation formatting fixes.
* Fix unsafe use of inplace casting (3D transform).
* Use explicit integer division to close #123.

0.10.1
''''''
Expand Down
2 changes: 1 addition & 1 deletion dtcwt/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# IMPORTANT: before release, remove the 'devN' tag from the release name
__version__ = '0.11.0-dev1'
__version__ = '0.11.0'

0 comments on commit e47c053

Please sign in to comment.