Skip to content

Commit

Permalink
Let's welcome botogram 0.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Pietro Albini committed Jun 14, 2016
1 parent bd40d08 commit df40940
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/buildthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ versions:
notice: unstable
warning: This documentation is for the unstable and in-development version of botogram!

- name: "0.2"
- name: "0.3"
source:
provider: git
url: .
checkout: v0.2.1
checkout: v0.3
directory: docs
title: botogram 0.2
title: botogram 0.3
notice: alpha
warning: null

- name: "0.1"
- name: "0.2"
source:
provider: git
url: .
checkout: v0.1.2
checkout: v0.2.1
directory: docs
title: botogram 0.1
title: botogram 0.2
notice: alpha
warning: null
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def hello_command(chat, message, args):

setuptools.setup(
name = "botogram",
version = "0.3.dev0",
version = "0.3",
url = "https://botogram.pietroalbini.io",

license = "MIT",
Expand Down

0 comments on commit df40940

Please sign in to comment.