[pyatspi2] 2.33.1



commit 0c42c7b1e61a1342858a4d5c3ddc79ca03874c36
Author: Mike Gorse <mgorse alum wpi edu>
Date:   Mon May 20 20:18:48 2019 -0500

    2.33.1

 NEWS         | 15 +++++++++++++++
 configure.ac |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index b195b20..bd0051a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+What's new in pyatspi 2.33.1:
+
+* Fix arguments in text.addSelection.
+
+* Fix default kind value for registerKeystrokeListener.
+
+* Document that extents are only meaningful when the accessible is both
+  visible and showing.
+
+* Add accessibleId property.
+
+* Add text.notifyReadingPosition.
+
+* Fix print usage in example, for python 3 compatibility.
+
 What's new in pyatspi 2.31.2:
 
 * Add ScrollSubstringTo and ScrollSubstringToPoint text interfaces.
diff --git a/configure.ac b/configure.ac
index c557311..c5a821c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [2.32.0], [accessibility-atspi lists linux-foundation org])
+AC_INIT([pyatspi], [2.33.1], [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]