diff --git a/NEWS.rst b/NEWS.rst index 7a4e95d..7d682b9 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,8 @@ +Version 0.2.0 (2015-12-11): + * Ability to calculate and plot particle velocity and displacement fields + * Several function name and parameter name changes + * Several refactorings, bugfixes and other improvements + Version 0.1.1 (2015-10-08): * Fix missing `sfs.mono` subpackage in PyPI packages diff --git a/sfs/__init__.py b/sfs/__init__.py index ad58050..b38b9a3 100644 --- a/sfs/__init__.py +++ b/sfs/__init__.py @@ -3,7 +3,7 @@ http://sfs.rtfd.org/ """ -__version__ = "0.1.1" +__version__ = "0.2.0" from . import tapering from . import array