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

Commit

Permalink
Prepare v0.2.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
capcarr committed Jan 6, 2016
1 parent 9df67b4 commit d1ca3f2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Expand Up @@ -3,6 +3,13 @@

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

Version 0.2.1
-------------

Released on January 6th 2016

- Fixes incorrect BVP filter parameters (closes #2)

Version 0.2.0
-------------

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.0'
version = '0.2.1'
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.0'
version = '0.2.1'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -13,17 +13,16 @@
from setuptools import find_packages, setup



def read(*paths):
"""Build a file path from *paths and return the contents."""

with open(os.path.join(*paths), 'r') as fid:
return fid.read()


def get_version():
"""Get the module version"""

return biosppy.__version__


Expand Down

0 comments on commit d1ca3f2

Please sign in to comment.