davemds pushed a commit to branch master.

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

commit 0834e6676201c0595bf174f53cd1aa1dfa80d91c
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Tue Aug 4 10:31:46 2015 +0200

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

diff --git a/ChangeLog b/ChangeLog
index 7e48b13..0135bea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,33 @@
 ===================
-2015-08-03  v1.15.0
+2015-08-05  v1.15.0
 ===================
 
 Fixes:
 
-Improvements:
+ * elm.Entry: Fixed name of the callback_rejected_del function
+ * Fixed build on OSX
+ * Fixed build when ecore-x is not available
+ * Fixed module init from embedded interpreter
+
 
 Changes:
 
+ * Elm: Unify modules into a monolithic module
+
+
 Additions:
 
-Deprecation:
+ * elm.Configuration.transition_duration_factor
+ * elm.Window.autohide
+ * elm.ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN
+ * elm.Entry.callback_context_open_add/del
+ * elm.ELM_FOCUS_MOVE_POLICY_KEY_ONLY
+ * elm.Object.focus_move_policy
+ * elm.Scrollable.wheel_disabled
+ * evas.Textblock.obstacle_add
+ * evas.Textblock.obstacle_del
+ * evas.Textblock.obstacles_update
+ * evas.EVAS_CALLBACK_CANVA_VIEWPORT_RESIZE
 
 
 ===================
diff --git a/efl/__init__.py b/efl/__init__.py
index 480cbbe..494db05 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.14.99"
-__version_info__ = ( 1, 14, 99 )
+__version__ = "1.15.0"
+__version_info__ = ( 1, 15, 0 )

-- 


Reply via email to