Prepare the 1.20.0 release

This commit is contained in:
Davide Andreoli 2017-08-05 19:05:00 +02:00
parent 85e23f2851
commit 7d3799d7fa
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
===================
2017-07-22 v1.20.0
2017-05-06 v1.20.0
===================
Fixes:
@ -9,6 +9,7 @@ Fixes:
Changes:
* ecore.Poller is no more an Eo object in C (nothing should be changed in py)
* removed edje.Object custom __repr__ implementation
* Use Cython 23.5 to generate the C source in dist tarball (see T5589)
Additions:
* elm.Entry.prediction_hint

View File

@ -20,5 +20,5 @@
# pre-release: "1.13.0-beta1" ( 1, 13, 0 )
# release: "1.13.0" ( 1, 13, 0 )
__version__ = "1.20.0-beta1"
__version__ = "1.20.0"
__version_info__ = ( 1, 20, 0 )