From e2ce1b49a3685d74a4739be6951b09def158b5cc Mon Sep 17 00:00:00 2001 From: Dave Andreoli Date: Fri, 26 Apr 2019 11:30:26 +0200 Subject: [PATCH] Open up 1.23 development --- CODING | 4 ++++ efl/__init__.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CODING b/CODING index 6a70e3e..1b48282 100644 --- a/CODING +++ b/CODING @@ -105,6 +105,10 @@ 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 + JENKIS IS DEAD :( these are the manual instructions: + * setup.py sdist --formats gztar,xztar + * (cd dist) sha256sum python-efl-1.9.0.tar.xz > python-efl-1.9.0.tar.xz.sha256 + * setup.py build_doc (check that inheritance graphs are there) * 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 834da92..19897d3 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.22.0" -__version_info__ = ( 1, 22, 0 ) +__version__ = "1.22.99" +__version_info__ = ( 1, 22, 99 )