Skip to content

Commit 1eafcfd

Browse files
author
Pietro Albini
committed
Let's welcome botogram 0.2.1
1 parent 5933077 commit 1eafcfd

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.1
1515
==============
1616

17-
*Bugfix release, not yet released*
17+
*Bugfix release, released on March 31th, 2016*
1818

1919
* Fix ``/help`` command crash if using markdown bits in the docstring (`issue
2020
51`_)

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

4343
license = "MIT",

0 commit comments

Comments
 (0)