Skip to content

Commit

Permalink
Update changelog again. Set version number for the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Dec 4, 2015
1 parent ef99b01 commit d7a7e85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changelog
Expand Up @@ -24,7 +24,7 @@ Dipy

The code found in Dipy was created by the people found in the AUTHOR file.

* 0.10 (Thursday, December 2rd, 2015)
* 0.10.1 (Friday, December 2nd, 2015)

* Compatibility with new versions of scipy (0.16) and numpy (1.10).
* New cleaner visualization API, including compatibility with VTK 6, and functions to create your own interactive visualizations.
Expand Down
4 changes: 2 additions & 2 deletions dipy/info.py
Expand Up @@ -9,8 +9,8 @@
_version_major = 0
_version_minor = 10
_version_micro = 1
_version_extra = 'dev'
#_version_extra = ''
#_version_extra = 'dev'
_version_extra = ''

# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
__version__ = "%s.%s.%s%s" % (_version_major,
Expand Down

0 comments on commit d7a7e85

Please sign in to comment.