From bb2a45f0132b639bd7117c9759b0d963a337cd3f Mon Sep 17 00:00:00 2001 From: Dave Andreoli Date: Fri, 21 Apr 2017 09:25:30 +0200 Subject: [PATCH] Open up 1.20 dev cycle --- CODING | 7 ++++--- efl/__init__.py | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CODING b/CODING index 9914d21..9a9188d 100644 --- a/CODING +++ b/CODING @@ -104,7 +104,7 @@ Release process instructions * Change versions in efl/__init__.py (ex: 1.9.0) * 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 2 tarballs +* Git push and wait jenkins to generate the tarballs and the documentation * Test the generated tarballs * scp tarballs & md5sums to: download.enlightenment.org:/srv/web/download.enlightenment.org/public_html/pre-releases/ @@ -123,12 +123,13 @@ Release process instructions git tag -a v1.9.0 && git push origin v1.9.0 * Create and push the branch for stable backporting git branch python-efl-1.9 && git push origin python-efl-1.9 -* scp the generated html documentation to: +* scp the jenkins 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 link on the wiki (www.enlightenment.org/download) * Publish the blog post on phame (Official Announcements) -* Announce the release to release@lists.enlightenment.org +* Announce the release to release@lists.enlightenment.org and + enlightenment-release@lists.sourceforge.net * Change versions again in efl/__init__.py (ex: 1.9.99) more info at: diff --git a/efl/__init__.py b/efl/__init__.py index 4abac5a..3950920 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.19.0" -__version_info__ = ( 1, 19, 0 ) +__version__ = "1.19.99" +__version_info__ = ( 1, 19, 99 )