[Xfce4-commits] [bindings/thunarx-python] 03/03: Bump to v0.4.0

noreply at xfce.org noreply at xfce.org
Thu Nov 30 03:31:21 CET 2017


This is an automated email from the git hooks/post-receive script.

a   d   a   m   p   l   u   m   b       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository bindings/thunarx-python.

commit fad1c2d230ac669339da1f768088aae30a2707e9
Author: Adam Plumb <adamplumb at gmail.com>
Date:   Wed Nov 29 21:31:10 2017 -0500

    Bump to v0.4.0
---
 NEWS            | 4 ++--
 README          | 8 ++++----
 configure.ac.in | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index 5ac3b71..4f4fff1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-1.0.0:
+0.4.0:
    - Updated to work with Thunarx-3 which requires uses gobject introspection 
-        and required Gtk+3 and PyGObject3.
+        and requires Gtk+3 and PyGObject3.
 
 0.3.0:
     - Look for python extensions in $XDG_DATA_DIR/thunarx-python/extensions now. 	No longer look in /usr/lib/thunarx-1/python.
diff --git a/README b/README
index b70ad42..217694d 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
 Thunarx Python Bindings
 
-These bindings allow one to create python plugins for Thunar.  As of v1.0.0
-the bindings will only work with Gtk+3 and the version of Thunar that supports Gtk+3.  To use these 
-with Gtk+2, using v0.3.0 of the bindings.
+These bindings allow one to create python plugins for Thunar.  As of v0.4.0
+the thunarx-python bindings will only work with Gtk+3 and Thunar v1.7.  To use these 
+with Gtk+2, make sure to use thunarx-python v0.3.0.
 
 Install
 -----------
@@ -26,7 +26,7 @@ set to).  Simply copy your python scripts into that folder and restart thunar.
 
 Dependencies
 ------------
- * thunar (1.6.0 or later)
+ * thunar (1.7.0 or later)
  * pygobject (3.20.0 or later)
  * gtk+3 (3.20.0 or later)
  
diff --git a/configure.ac.in b/configure.ac.in
index dd8675d..f942f85 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,7 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([txp_version_major], [0])
-m4_define([txp_version_minor], [3])
+m4_define([txp_version_minor], [4])
 m4_define([txp_version_micro], [0])
 m4_define([txp_version_tag], [])
 m4_define([txp_version_build], [])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list