Updated Releasing a new version (rest)

Leandro Toledo 2016-05-29 00:51:41 -03:00
parent e3eaf93eed
commit 0fbf81d522

@ -9,6 +9,7 @@ Requirements
Packages::
$ pip install -r requirements-dev.txt -r docs/requirements-docs.txt
$ pip install wheel twine
@ -49,6 +50,14 @@ Process
* Release title: v<VERSION>
* Description: <logs from CHANGES.rst>
* Build documentation::
$ python setup.py build_sphinx
* Upload documentation (`Upload failed (503): backend read error` may happen but not really an issue)::
$ python setup.py upload_sphinx
* `Close milestones`_ for this version.
* Test in a clean virtualenv that ``pip install python-telegram-bot`` works with the new version.