Skip to content

Commit d884280

Browse files
author
Pietro Albini
committed
Let's welcome botogram 0.3.1
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.
1 parent df40940 commit d884280

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/buildthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ versions:
1313
source:
1414
provider: git
1515
url: .
16-
checkout: v0.3
16+
checkout: v0.3.1
1717
directory: docs
1818
title: botogram 0.3
1919
notice: alpha

docs/changelog/0.3.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ Changelog of botogram 0.3.x
77

88
Here you can find all the changes in the botogram 0.3.x releases.
99

10-
.. _changelog-0.3:
10+
.. _changelog-0.3.1:
1111

12-
botogram 0.3
13-
============
12+
botogram 0.3.1
13+
==============
1414

15-
*Alpha release, not yet released*
15+
*Alpha release, released on June 14th, 2016*
1616

17-
botogram 0.3 is the third alpha release of botogram. It reaches almost feature
18-
parity with the upstream Telegram API (except for keyboards and inlines),
19-
including the new features in the Bot API 2.0 and 2.1 updates, such as
20-
moderating group chats or editing messages.
17+
botogram 0.3.1 is the third alpha release of botogram. It reaches almost
18+
feature parity with the upstream Telegram API (except for keyboards and
19+
inlines), including the new features in the Bot API 2.0 and 2.1 updates, such
20+
as moderating group chats or editing messages.
2121

2222
Performance are improved, with a faster updates fetching process, and a bug was
2323
fixed in this release. There are also a few deprecations to keep the API clean.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def hello_command(chat, message, args):
3737

3838
setuptools.setup(
3939
name = "botogram",
40-
version = "0.3",
40+
version = "0.3.1",
4141
url = "https://botogram.pietroalbini.io",
4242

4343
license = "MIT",

0 commit comments

Comments
 (0)