From d7a7e8542626aa743b3a3c44fbeafa537fe7172c Mon Sep 17 00:00:00 2001 From: arokem Date: Fri, 4 Dec 2015 14:42:05 -0800 Subject: [PATCH] Update changelog again. Set version number for the release. --- Changelog | 2 +- dipy/info.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 44141cdfc7..6f5669f730 100644 --- a/Changelog +++ b/Changelog @@ -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. diff --git a/dipy/info.py b/dipy/info.py index 3c7dc2e802..1630070413 100644 --- a/dipy/info.py +++ b/dipy/info.py @@ -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,