Merge from default and change version and readme.rst

This commit is contained in:
Alex Root Junior 2017-06-03 12:33:45 +03:00
parent 650de3533a
commit 44adcac64e
4 changed files with 16 additions and 7 deletions

View file

@ -56,9 +56,9 @@ author = 'Illemius / Alex Root Junior'
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = '0.2b1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -150,7 +150,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'aiogram', 'aiogram Documentation',
author, 'aiogram', 'One line description of project.',
author, 'aiogram', 'Asynchonyously Python framework for Telegram Bot API',
'Miscellaneous'),
]