Skip to content

Commit eb97b8b

Browse files
author
Pietro Albini
committed
Let's welcome botogram 0.2.2
botogram 0.2.2 fixes a bug introduced by a change in the upstream API, so if you're still using this serie it's better to update!
1 parent 56fca06 commit eb97b8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2
1515
==============
1616

17-
*Bugfix release, not yet released*
17+
*Bugfix release, released on Julym 2nd, 2016*
1818

1919
* Fix botogram crashing if someone edits a message (`issue 70`_)
2020

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Pietro Albini"
2424

2525
version = "0.2"
26-
release = "0.2.1"
26+
release = "0.2.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.2.1",
40+
version = "0.2.2",
4141
url = "https://botogram.pietroalbini.io",
4242

4343
license = "MIT",

0 commit comments

Comments
 (0)