[pyatspi2] 2.38.2



commit 141a53029b3e16bfa5f100ae54a77234a9bf3426
Author: Mike Gorse <mgorse suse com>
Date:   Wed Dec 8 15:36:05 2021 -0600

    2.38.2

 NEWS         | 7 +++++++
 configure.ac | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 741518f7..06a72c55 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in pyatspi 2.38.2:
+
+* Fix a missing return value in the testsuite.
+
+* Make Selection#clearSelection work.
+
+* Fix attributeListToHash() in case there’s a colon in an attr value.
 What's new in pyatspi 2.38.1:
 
 * Add sanity checks to getPath and findAncestor so that we don't
diff --git a/configure.ac b/configure.ac
index 8042a851..dcbfe11f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [2.38.1], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [2.38.2], [accessibility-atspi lists linux-foundation org])
 AC_CONFIG_AUX_DIR(config)
 
 # The version of python used is determined by the executable pointed to by the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]