davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=aceff1456757fe17fd15054c7d22a1060af527ec

commit aceff1456757fe17fd15054c7d22a1060af527ec
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sat Nov 14 17:41:57 2015 +0100

    Prepare the 1.16 release
---
 ChangeLog       | 22 ++++++++++++++++++++++
 efl/__init__.py |  4 ++--
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0135bea..7b78059 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+
+===================
+2015-11-14  v1.16.0
+===================
+
+Additions:
+
+ * elm.Configuration.scroll_thumbscroll_smooth_amount
+ * elm.Configuration.scroll_thumbscroll_smooth_start
+ * elm.Configuration.scroll_thumbscroll_smooth_time_window
+ * elm.Genlist.callback_changed_add
+ * elm.GenlistItem.data is now also writable
+ * elm.Object.focus_next_item_get
+ * elm.Object.focus_next_item_set
+ * elm.Object.focus_region_show_mode
+ * elm.Object.tooltip_orient
+ * elm.ObjectItem.focus_next_item_get
+ * elm.ObjectItem.focus_next_item_set
+ * elm.ObjectItem.focus_next_object_get
+ * elm.ObjectItem.focus_next_object_set
+
+
 ===================
 2015-08-05  v1.15.0
 ===================
diff --git a/efl/__init__.py b/efl/__init__.py
index 6d97dce..db46b96 100644
--- a/efl/__init__.py
+++ b/efl/__init__.py
@@ -20,5 +20,5 @@
 # pre-release: "1.13.0-beta1" ( 1, 13, 0 )
 # release:     "1.13.0" ( 1, 13, 0 )
 
-__version__ = "1.15.99"
-__version_info__ = ( 1, 15, 99 )
+__version__ = "1.16.0"
+__version_info__ = ( 1, 16, 0 )

-- 


Reply via email to