diff --git a/docs/buildthedocs.yml b/docs/buildthedocs.yml index 96b52eb..28ea58a 100644 --- a/docs/buildthedocs.yml +++ b/docs/buildthedocs.yml @@ -13,7 +13,7 @@ versions: source: provider: git url: . - checkout: v0.3 + checkout: v0.3.1 directory: docs title: botogram 0.3 notice: alpha diff --git a/docs/changelog/0.3.rst b/docs/changelog/0.3.rst index 27772ed..5e37afc 100644 --- a/docs/changelog/0.3.rst +++ b/docs/changelog/0.3.rst @@ -7,17 +7,17 @@ Changelog of botogram 0.3.x Here you can find all the changes in the botogram 0.3.x releases. -.. _changelog-0.3: +.. _changelog-0.3.1: -botogram 0.3 -============ +botogram 0.3.1 +============== -*Alpha release, not yet released* +*Alpha release, released on June 14th, 2016* -botogram 0.3 is the third alpha release of botogram. It reaches almost feature -parity with the upstream Telegram API (except for keyboards and inlines), -including the new features in the Bot API 2.0 and 2.1 updates, such as -moderating group chats or editing messages. +botogram 0.3.1 is the third alpha release of botogram. It reaches almost +feature parity with the upstream Telegram API (except for keyboards and +inlines), including the new features in the Bot API 2.0 and 2.1 updates, such +as moderating group chats or editing messages. Performance are improved, with a faster updates fetching process, and a bug was fixed in this release. There are also a few deprecations to keep the API clean. diff --git a/setup.py b/setup.py index 6ed6788..6f4f407 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def hello_command(chat, message, args): setuptools.setup( name = "botogram", - version = "0.3", + version = "0.3.1", url = "https://botogram.pietroalbini.io", license = "MIT",