davemds pushed a commit to branch master.

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

commit 9896656574c2ad4a6d21739f64ea65482bcc5fb4
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sun Feb 27 20:21:54 2022 +0100

    Prepare release 1.26.0
---
 ChangeLog       | 6 +++++-
 efl/__init__.py | 4 ++--
 setup.py        | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 44ecacb..ea6cef5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,15 @@
 ===================
-TO BE DONE  v1.26.0
+2022-02-27  v1.26.0
 ===================
 
 Changes:
  * Switched to setuptools for the build system (can now install from pip again)
  * Dropped py2.6 support, minimum is now 2.7
  * Deprecated python2 support, with a big-fat-slow warning
+ * Improved documentation
+
+Fixes:
+ * Fixed a memory allocation error in EvasSmart
 
 
 ===================
diff --git a/efl/__init__.py b/efl/__init__.py
index 8f05069..046e8bf 100644
--- a/efl/__init__.py
+++ b/efl/__init__.py
@@ -20,8 +20,8 @@
 # pre-release: '1.13.0-beta1' ( 1, 13, 0 )
 # release:     '1.13.0' ( 1, 13, 0 )
 
-__version__ = '1.25.99'
-__version_info__ = (1, 25, 99)
+__version__ = '1.26.0'
+__version_info__ = (1, 26, 0)
 
 
 __all__ = [
diff --git a/setup.py b/setup.py
index 6970c4a..6af7c9d 100755
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ script_path = os.path.dirname(os.path.abspath(__file__))
 
 
 # dependencies
-EFL_MIN_VER = '1.25.99'
+EFL_MIN_VER = '1.26.0'
 CYTHON_MIN_VERSION = '0.23.5'
 CYTHON_BLACKLIST = ()
 

-- 


Reply via email to