Prepare the 1.24 release

This commit is contained in:
Davide Andreoli 2020-04-30 07:46:20 +02:00
parent 81c48dd2d9
commit bd81c36cd0
3 changed files with 14 additions and 3 deletions

View File

@ -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
===================

View File

@ -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

View File

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