diff --git a/CHANGES b/CHANGES index 23ad1b45..4dd4b115 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,16 @@ Here you can see the full list of changes between each BioSPPy release. +Version 0.2.2 +------------- + +Released on April 20th 2016 + +- Makes use of new bidict API (closes #3) +- Updates package version in the requirements file +- Fixes incorrect EDA filter parameters +- Fixes heart rate smoothing (size parameter) + Version 0.2.1 ------------- diff --git a/biosppy/version.py b/biosppy/version.py index d38860f3..6c02122e 100644 --- a/biosppy/version.py +++ b/biosppy/version.py @@ -9,4 +9,4 @@ :license: BSD 3-clause, see LICENSE for more details. """ -version = '0.2.1' +version = '0.2.2' diff --git a/docs/conf.py b/docs/conf.py index 0852a926..28b48300 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -85,9 +85,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = '0.2.1' +version = '0.2.2' # The full version, including alpha/beta/rc tags. -release = '0.2.1' +release = '0.2.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.