Skip to content

Commit df40940

Browse files
author
Pietro Albini
committed
Let's welcome botogram 0.3
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. 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 bd40d08 commit df40940

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/buildthedocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ versions:
99
notice: unstable
1010
warning: This documentation is for the unstable and in-development version of botogram!
1111

12-
- name: "0.2"
12+
- name: "0.3"
1313
source:
1414
provider: git
1515
url: .
16-
checkout: v0.2.1
16+
checkout: v0.3
1717
directory: docs
18-
title: botogram 0.2
18+
title: botogram 0.3
1919
notice: alpha
2020
warning: null
2121

22-
- name: "0.1"
22+
- name: "0.2"
2323
source:
2424
provider: git
2525
url: .
26-
checkout: v0.1.2
26+
checkout: v0.2.1
2727
directory: docs
28-
title: botogram 0.1
28+
title: botogram 0.2
2929
notice: alpha
3030
warning: null

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.dev0",
40+
version = "0.3",
4141
url = "https://botogram.pietroalbini.io",
4242

4343
license = "MIT",

0 commit comments

Comments
 (0)