Skip to content

Commit 15bff6e

Browse files
author
Pietro Albini
committed
Let's welcome botogram 0.2
botogram 0.2 is the second alpha release of botogram. It features an increased support for the upstream Telegram API, and also some bugfixes here and there. This release also does some cleanup in the API, providing better methods and deprecating the old ones. The deprecated methods will be available until botogram 1.0, and warnings are in place to notify you where to change what.
1 parent fc38629 commit 15bff6e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Here you can see what changed in every botogram release.
1414
botogram 0.2
1515
=============
1616

17-
*Alpha release, not yet released*
17+
*Alpha release, released on March 27th, 2016*
1818

1919
botogram 0.2 is the second alpha release of botogram. It features an increased
2020
support for the upstream Telegram API, and also some bugfixes here and there.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
copyright = "2015-2016 Pietro Albini"
2323
author = "Pietro Albini"
2424

25-
version = "0.1"
26-
release = "0.1.2"
25+
version = "0.2"
26+
release = "0.2"
2727

2828
language = None
2929

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

4343
license = "MIT",

0 commit comments

Comments
 (0)