davemds pushed a commit to branch master.

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

commit efcebb52bf64bb2dc0693905be9d6d88cecfbe4c
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Wed Aug 9 08:54:06 2017 +0200

    open up the 1.21 development cycle
---
 CODING          | 1 +
 efl/__init__.py | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CODING b/CODING
index 9a9188d..14b6295 100644
--- a/CODING
+++ b/CODING
@@ -105,6 +105,7 @@ Release process instructions
 * Update the ChangeLog file:
     setup.py build_doc -b changes ...and manually merge from the html file
 * Git push and wait jenkins to generate the tarballs and the documentation
+* HACK: Use cython 23.5 to generate the source and the tarball !! see T5589
 * Test the generated tarballs
 * scp tarballs & md5sums to:
   
download.enlightenment.org:/srv/web/download.enlightenment.org/public_html/pre-releases/
diff --git a/efl/__init__.py b/efl/__init__.py
index 5038b9c..26528a4 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.20.0"
-__version_info__ = ( 1, 20, 0 )
+__version__ = "1.20.99"
+__version_info__ = ( 1, 20, 99 )

-- 


Reply via email to