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__ = [