Open up 1.23 development

This commit is contained in:
Davide Andreoli 2019-04-26 11:30:26 +02:00
parent 8ff30f9edd
commit e2ce1b49a3
2 changed files with 6 additions and 2 deletions

4
CODING
View File

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

View File

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