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

Commit e72edaa

Browse files
committed
Release Version 0.2.2
1 parent 37736d0 commit e72edaa

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33

44
Here you can see the full list of changes between each BioSPPy release.
55

6+
Version 0.2.2
7+
-------------
8+
9+
Released on April 20th 2016
10+
11+
- Makes use of new bidict API (closes #3)
12+
- Updates package version in the requirements file
13+
- Fixes incorrect EDA filter parameters
14+
- Fixes heart rate smoothing (size parameter)
15+
616
Version 0.2.1
717
-------------
818

biosppy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
:license: BSD 3-clause, see LICENSE for more details.
1010
"""
1111

12-
version = '0.2.1'
12+
version = '0.2.2'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ def __getattr__(cls, name):
8585
# built documents.
8686
#
8787
# The short X.Y version.
88-
version = '0.2.1'
88+
version = '0.2.2'
8989
# The full version, including alpha/beta/rc tags.
90-
release = '0.2.1'
90+
release = '0.2.2'
9191

9292
# The language for content autogenerated by Sphinx. Refer to documentation
9393
# for a list of supported languages.

0 commit comments

Comments
 (0)