Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Release Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
capcarr committed Apr 20, 2016
1 parent 37736d0 commit e72edaa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Expand Up @@ -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
-------------

Expand Down
2 changes: 1 addition & 1 deletion biosppy/version.py
Expand Up @@ -9,4 +9,4 @@
:license: BSD 3-clause, see LICENSE for more details.
"""

version = '0.2.1'
version = '0.2.2'
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.
Expand Down

0 comments on commit e72edaa

Please sign in to comment.