Prepare next release

This commit is contained in:
Lars Immisch
2018-02-20 12:18:44 +01:00
parent aa9867de18
commit 723eff3887
2 changed files with 11 additions and 2 deletions

11
CHANGES
View File

@@ -1,9 +1,18 @@
Version 0.8.3:
Version 0.8.5:
- Return an empty string/bytestring when 'read()' detects an
overrun. Previously the returned data was undefined (contributed by @jcea)
- Unlimited setperiod buffer size when reading frames (contributed by @jcea)
Version 0.8.4:
- Fix Python3 API usage broken in 0.8.3
Version 0.8.3:
- Add DSD sample formats (contributed by @lintweaker)
- Add Mixer.handleevents() to acknowledge events identified by select.poll (contributed by @PaulSD)
- Add functions for listing cards and their names (contributed by @chrisdiamand)
- Add a method for setting enums (contributed by @chrisdiamand)
Version 0.8.2:
- fix #3 (we cannot get the revision from git for pip installs)

View File

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