diff --git a/CHANGES.md b/CHANGES.md index 9952880..90e0f12 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/setup.py b/setup.py index bfc7219..fb24982 100755 --- a/setup.py +++ b/setup.py @@ -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(