Skip to content

Commit

Permalink
Update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
amsehili committed Nov 1, 2018
1 parent 0187eec commit df6eb1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
auditok Changelog
=================

Version 0.1.8
-------------

- Add command line argument to select audio device used by pyaudio
- Add command line argument to select buffer size for pyaudio


Version 0.1.7
-------------

Expand Down
2 changes: 1 addition & 1 deletion auditok/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from . import dataset
from .exceptions import *

__version__ = "0.1.7"
__version__ = "0.1.8"
2 changes: 1 addition & 1 deletion auditok/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@license: GPL v3
@contact: [email protected]
@deffield updated: 06 Oct 2018
@deffield updated: 01 Nov 2018
'''

import sys
Expand Down

0 comments on commit df6eb1d

Please sign in to comment.