Prepare for the 0.5 release.

git-svn-id: svn://svn.code.sf.net/p/pyalsaaudio/code/trunk@32 ec2f30ec-7544-0410-870e-f70ca00c83f0
This commit is contained in:
larsimmisch
2009-04-22 22:47:10 +00:00
parent cf41942ed5
commit 833cde1455
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
Version 0.5:
- applied patch 2777035: Fixed setrec method in alsaaudio.c
This included a mixertest with more features
- fixed/applied patch 2594366: alsapcm_setup does not do any error checking
Version 0.4:
- API changes: mixers() and Mixer() now take a card index instead of a
card name as optional parameter.
+1 -1
View File
@@ -18,7 +18,7 @@ if version < '2.2.3':
setup(
name = 'pyalsaaudio',
version = '0.4',
version = '0.5',
description = 'ALSA bindings',
long_description = __doc__,
author = 'Casper Wilstrup',