diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2017-08-05 19:05:00 +0200 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2017-08-05 19:05:00 +0200 |
commit | 7d3799d7fa18eb65b7c326f4fe7324a622f34d49 (patch) | |
tree | 33213c3089fd6c9f74361613fbcd9ecdb247c275 | |
parent | 85e23f2851b79f2ac76e0a6ad15c99df35563483 (diff) |
Prepare the 1.20.0 releasev1.20.0python-efl-1.20
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | efl/__init__.py | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | 1 | ||
2 | =================== | 2 | =================== |
3 | 2017-07-22 v1.20.0 | 3 | 2017-05-06 v1.20.0 |
4 | =================== | 4 | =================== |
5 | 5 | ||
6 | Fixes: | 6 | Fixes: |
@@ -9,6 +9,7 @@ Fixes: | |||
9 | Changes: | 9 | Changes: |
10 | * ecore.Poller is no more an Eo object in C (nothing should be changed in py) | 10 | * ecore.Poller is no more an Eo object in C (nothing should be changed in py) |
11 | * removed edje.Object custom __repr__ implementation | 11 | * removed edje.Object custom __repr__ implementation |
12 | * Use Cython 23.5 to generate the C source in dist tarball (see T5589) | ||
12 | 13 | ||
13 | Additions: | 14 | Additions: |
14 | * elm.Entry.prediction_hint | 15 | * elm.Entry.prediction_hint |
diff --git a/efl/__init__.py b/efl/__init__.py index a81640e..5038b9c 100644 --- a/efl/__init__.py +++ b/efl/__init__.py | |||
@@ -20,5 +20,5 @@ | |||
20 | # pre-release: "1.13.0-beta1" ( 1, 13, 0 ) | 20 | # pre-release: "1.13.0-beta1" ( 1, 13, 0 ) |
21 | # release: "1.13.0" ( 1, 13, 0 ) | 21 | # release: "1.13.0" ( 1, 13, 0 ) |
22 | 22 | ||
23 | __version__ = "1.20.0-beta1" | 23 | __version__ = "1.20.0" |
24 | __version_info__ = ( 1, 20, 0 ) | 24 | __version_info__ = ( 1, 20, 0 ) |