open up the 1.21 development cycle

This commit is contained in:
Davide Andreoli 2017-08-09 08:54:06 +02:00
parent 7d3799d7fa
commit efcebb52bf
2 changed files with 3 additions and 2 deletions

1
CODING
View File

@ -105,6 +105,7 @@ 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
* HACK: Use cython 23.5 to generate the source and the tarball !! see T5589
* 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.20.0"
__version_info__ = ( 1, 20, 0 )
__version__ = "1.20.99"
__version_info__ = ( 1, 20, 99 )