Bump to version 0.5. 0.5
authorW. Trevor King <wking@tremily.us>
Mon, 19 Nov 2012 09:06:03 +0000 (04:06 -0500)
committerW. 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

index f70f573372bdc6a719be77d97e701344b9fa4504..e85e430272f1c37875b941f312212c943bb38646 100644 (file)
@@ -37,7 +37,7 @@ except ImportError as e:
     _pyplot_import_error = e
 
 
-__version__ = '0.4'
+__version__ = '0.5'
 
 
 LOG = _logging.getLogger('FFT-tools')