davemds pushed a commit to branch master.

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

commit f01ac0788eeb8c5b54b6df31df0def9d4d71f4c3
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sun Nov 15 21:28:14 2015 +0100

    Open the 1.17 development phase
---
 CODING          | 2 +-
 efl/__init__.py | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CODING b/CODING
index 5438352..f793701 100644
--- a/CODING
+++ b/CODING
@@ -124,7 +124,7 @@ Release process instructions
 * scp the generated html documentation to:
   
download.enlightenment.org:/srv/web/docs.enlightenment.org/public_html/python-efl/1.XX.0/
   and update the 'current' link on the server (ssh)
-* Update download and docs link on the website wiki
+* Update download link on the wiki (www.enlightenment.org/download)
 * Publish the blog post on phame (Official Announcements)
 * Announce the release to rele...@lists.enlightenment.org
 * Change versions again in efl/__init__.py (ex: 1.9.99)
diff --git a/efl/__init__.py b/efl/__init__.py
index db46b96..137df12 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.16.0"
-__version_info__ = ( 1, 16, 0 )
+__version__ = "1.16.99"
+__version_info__ = ( 1, 16, 99 )

-- 


Reply via email to