Skip to content

Commit

Permalink
Let's welcome botogram 0.3.1
Browse files Browse the repository at this point in the history
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.  All the deprecated features in this release will be
removed in botogram 1.0, so you have plenty of time to switch to the new
ones.
  • Loading branch information
Pietro Albini committed Jun 14, 2016
1 parent df40940 commit d884280
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/buildthedocs.yml
Expand Up @@ -13,7 +13,7 @@ versions:
source:
provider: git
url: .
checkout: v0.3
checkout: v0.3.1
directory: docs
title: botogram 0.3
notice: alpha
Expand Down
16 changes: 8 additions & 8 deletions docs/changelog/0.3.rst
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit d884280

Please sign in to comment.