]> git.alsa-project.org Git - alsa-python.git/commitdiff
Release v1.2.14 master reltest v1.2.14
authorJaroslav Kysela <perex@perex.cz>
Mon, 14 Apr 2025 08:26:21 +0000 (10:26 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 14 Apr 2025 08:26:21 +0000 (10:26 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
PKG-INFO
setup.py

index 294dd3568bea5908d3b7db997c292adeb13de091..8379b13a6d6bb8fb20d3d8804c4c9f23c48d851c 100644 (file)
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: PyAlsa
-Version: 1.2.12
+Version: 1.2.14
 Summary: ALSA Python Binding
 Home-page: http://www.alsa-project.org
 Author: The ALSA Team
index 757e8909882b3ad6c5899c147a22b1c3b27af3e6..7373a87e5d1d11f6cbf6ef6d88f3a39e3f3751ca 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ try:
 except ImportError:
   from distutils.core import setup, Extension
 
-VERSION='1.2.12'
+VERSION='1.2.14'
 
 if os.path.exists("version"):
   fp = open("version", "r")