Open the 1.17 development phase

This commit is contained in:
Davide Andreoli 2015-11-15 21:28:14 +01:00
parent d4f355f584
commit f01ac0788e
2 changed files with 3 additions and 3 deletions

2
CODING
View File

@ -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 release@lists.enlightenment.org
* Change versions again in efl/__init__.py (ex: 1.9.99)

View File

@ -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 )