From 279760add51a4a873ff7faa5a8efcf6070fa5d58 Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Fri, 6 May 2022 21:33:41 +0200 Subject: [PATCH] Prepare release 0.9.2 --- CHANGES.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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(