projects
/
FFT-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
081fffd
)
Bump to version 0.5.
0.5
author
W. Trevor King
<wking@tremily.us>
Mon, 19 Nov 2012 09:06:03 +0000
(
04:06
-0500)
committer
W. Trevor King
<wking@tremily.us>
Mon, 19 Nov 2012 09:06:03 +0000
(
04:06
-0500)
Major changes since v0.4:
* TestCase-based testing (works with Nose)
* Better docstrings and Sphinx framework for building HTML docs
FFT_tools.py
patch
|
blob
|
history
diff --git
a/FFT_tools.py
b/FFT_tools.py
index f70f573372bdc6a719be77d97e701344b9fa4504..e85e430272f1c37875b941f312212c943bb38646 100644
(file)
--- a/
FFT_tools.py
+++ b/
FFT_tools.py
@@
-37,7
+37,7
@@
except ImportError as e:
_pyplot_import_error = e
-__version__ = '0.
4
'
+__version__ = '0.
5
'
LOG = _logging.getLogger('FFT-tools')