davemds pushed a commit to branch master.

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

commit bd81c36cd007859e7050a9af2e6a176a14c5ddac
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Thu Apr 30 07:46:20 2020 +0200

    Prepare the 1.24 release
---
 ChangeLog       | 9 +++++++++
 INSTALL         | 4 +++-
 efl/__init__.py | 4 ++--
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 55a26ed..7fbfbaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
 
+===================
+2020-04-30  v1.24.0
+===================
+
+Changes:
+ * Switched to Cython 0.29.16 for the tarball generation
+ * No more pypi packages uploaded, you must install from tarball
+
+
 ===================
 2019-10-06  v1.23.0
 ===================
diff --git a/INSTALL b/INSTALL
index c1494cd..dd098f2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -8,12 +8,14 @@
  * Cython 0.21 or higher (http://cython.org/)
    - Tested with Cython 0.29.16
 
- * EFL libs
+ * EFL must be the same minor version of the bindings,
+   es. python-efl 1.24 need efl 1.24
 
  * To build the DOCS you will also need:
    - python-sphinx
    - [optional] graphviz
 
+ * At least 4GB of free RAM to build
 
 
 2. BUILDING PYTHON-EFL
diff --git a/efl/__init__.py b/efl/__init__.py
index bc430c3..5eb7e13 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.23.99"
-__version_info__ = (1, 23, 99)
+__version__ = "1.24.0"
+__version_info__ = (1, 24, 0)
 
 
 __all__ = [

-- 


Reply via email to