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

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
capcarr committed Aug 28, 2017
1 parent 263cc2c commit afe9e4e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Expand Up @@ -3,6 +3,18 @@

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

Version 0.5.0
-------------

Released on August 28th 2017

- Added a simple timing module
- Added methods to help with file manipulations
- Added a logo :camera:
- Added the Matthews Correlation Coefficient as another authentication metric.
- Fixed an issue in the ECG Hamilton algorithm (closes #28)
- Various bug fixes

Version 0.4.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.4.0'
version = '0.5.0'
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -13,8 +13,8 @@
# serve to show the default.

import sys
import os
import shlex
# import os
# import shlex

# To be able to import to ReadTheDocs
from mock import Mock as MagicMock
Expand Down Expand Up @@ -85,7 +85,7 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.4.0'
version = '0.5.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -56,6 +56,7 @@ def get_version(path):
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Education',
'Topic :: Scientific/Engineering',
Expand Down

0 comments on commit afe9e4e

Please sign in to comment.