Prepare release 0.9.2

This commit is contained in:
Lars Immisch
2022-05-06 21:33:41 +02:00
parent 59a712c486
commit 279760add5
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# Version 0.9.2
- Fix alsamixer_getvolume (#112 from @stephensp)
# Version 0.9.1:
- Support decibel, percentage, and raw volumes in getvolume, setvolume, and getrange (#109 from @chrisdiamand):
- Support decibel, percentage, and raw volumes in getvolume, setvolume, and getrange (#109 from @chrisdiamand)
# Version 0.9.0:
- Added keyword arguments for channels, format, rate and periodsize

View File

@@ -8,7 +8,7 @@ from setuptools import setup
from setuptools.extension import Extension
from sys import version
pyalsa_version = '0.9.1'
pyalsa_version = '0.9.2'
if __name__ == '__main__':
setup(