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