davemds pushed a commit to branch master.

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

commit 8ff30f9eddd4bd5b89fae96ad090f964480e4179
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Tue Apr 23 09:18:32 2019 +0200

    Prepare 1.22 release
---
 ChangeLog       | 8 ++++++++
 efl/__init__.py | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f6a0892..caae1a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
 
+===================
+2019-04-23  v1.22.0
+===================
+
+Changes:
+ * Switched to Cython 0.29.7 for the tarball generation
+
+
 ===================
 2018-08-24  v1.21.0
 ===================
diff --git a/efl/__init__.py b/efl/__init__.py
index 6d93b1d..834da92 100644
--- a/efl/__init__.py
+++ b/efl/__init__.py
@@ -20,5 +20,5 @@
 # pre-release: "1.13.0-beta1" ( 1, 13, 0 )
 # release:     "1.13.0" ( 1, 13, 0 )
 
-__version__ = "1.21.99"
-__version_info__ = ( 1, 21, 99 )
+__version__ = "1.22.0"
+__version_info__ = ( 1, 22, 0 )

-- 


Reply via email to