Skip to content

Commit

Permalink
🔖 v20210516
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Apr 16, 2022
1 parent aefeb39 commit 6363a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [20210516]
- Fixed GetAllDevices() COMError, refs #15, #28 and #30 (@micolous and @reversefold)
- New IAudioSessionEvents callbacks support, refs #27, #36 (@TurboAnonym)
- IAudioSessionControl GetState fix, refs #32, #37 (@TurboAnonym)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read(fname):
install_requires = [
'comtypes', 'enum34;python_version<"3.4"', 'psutil', 'future']
setup(name='pycaw',
version='20190904',
version='20210516',
description='Python Core Audio Windows Library',
long_description=read('README.md'),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 6363a63

Please sign in to comment.