Skip to content

Commit

Permalink
increments version and updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibe committed Oct 8, 2019
1 parent 08cb467 commit 3d14b33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,10 @@ Changelog
(Thank you, Daniel R. Kumor!)
- 2019-04-29 adds experimental support for exclusive mode on Windows
- 2019-05-13 fixes sample rate conversion on macOS
- 2019-05-15 fixes silence recording on macOS
- 2019-06-11 fixes exception when monitoring default device on Linux
(Thank you, Inti Pelupessy!)
- 2019-06-18 fixes crash when opening many streams on Linux
- 2019-08-23 fixes attribute error when accessing stream state on Linux
(Thank you, Davíð Sindri Pétursson)
- 2019-10-08 fixes inconsistent dtypes when recording on Linux
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='SoundCard',
version='0.3.2',
version='0.3.3',
description='Play and record audio without resorting to CPython extensions',
author='Bastian Bechtold',
url='https://github.com/bastibe/SoundCard',
Expand Down

0 comments on commit 3d14b33

Please sign in to comment.