davemds pushed a commit to branch master.

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

commit 666817672096502a197bae021617348fde501b14
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sat Feb 6 14:59:44 2016 +0100

    Prepare the 1.17 release
---
 ChangeLog       | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 efl/__init__.py |  4 ++--
 2 files changed, 63 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 187b851..e242357 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,65 @@
 
+==================
+2016-01-7  v1.17.0
+==================
+
+Fixes:
+ * Fixed compatibility with python 3.5 (utils.deprecated was broken)
+ * Various ref leaks fixed in elementary
+ * Multibuttonentry filter callback
+
+Additions:
+ * ecore_input Module
+ * ecore_con Module
+ * ecore_con.Url Class
+ * ecore_con.Lookup Class
+ * evas.Object.paragraph_direction
+ * evas.EVAS_BIDI_DIRECTION_INHERIT
+ * edje.Edje.color_class_clear
+ * edje.Edje.size_class_del
+ * edje.Edje.size_class_get
+ * edje.Edje.size_class_set
+ * edje.Edje.text_class_del
+ * edje.size_class_del
+ * edje.size_class_get
+ * edje.size_class_list
+ * edje.size_class_set
+ * ethumb Module
+ * ethumb.Ethumb Class
+ * ethumb_client Module
+ * ethumb_client.EthumbClient Class
+ * elm.Combobox Class
+ * elm.Configuration.context_menu_disabled
+ * elm.Configuration.profile_derived_add
+ * elm.Configuration.profile_derived_del
+ * elm.Configuration.profile_exists
+ * elm.Configuration.profile_list_full
+ * elm.Configuration.profile_save
+ * elm.Ctxpopup.callback_geometry_update_add
+ * elm.ELM_GENGRID_ITEM_SCROLLTO_BOTTOM
+ * elm.Gengrid.drag_item_container_add
+ * elm.Gengrid.drag_item_container_del
+ * elm.Gengrid.drop_item_container_add
+ * elm.Gengrid.drop_item_container_del
+ * elm.ELM_GENLIST_ITEM_SCROLLTO_BOTTTOM
+ * elm.Genlist.callback_filter_done_add
+ * elm.Genlist.drag_item_container_add
+ * elm.Genlist.drag_item_container_del
+ * elm.Genlist.drop_item_container_add
+ * elm.Genlist.drop_item_container_del
+ * elm.Genlist.filter
+ * elm.MultiButtonEntry.filter_remove
+ * elm.Notify.callback_dismissed_add
+ * elm.Notify.dismiss
+ * elm.Object.callback_moved_add
+ * elm.Object.drag_action_set
+ * elm.Object.drag_start
+ * elm.Object.drop_target_add
+ * elm.Object.drop_target_del
+ * elm.Popup.callback_dismissed_add
+ * elm.Popup.dismiss
+
+
 ===================
 2015-11-14  v1.16.0
 ===================
diff --git a/efl/__init__.py b/efl/__init__.py
index 137df12..32fd3b9 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.16.99"
-__version_info__ = ( 1, 16, 99 )
+__version__ = "1.17.0"
+__version_info__ = ( 1, 17, 0 )

-- 


Reply via email to