Skip to content

Commit 720335e

Browse files
author
Pietro Albini
committed
Let's welcome botogram 0.1.1
This release fixes a few bugs present in botogram 0.1. * Fix automatic syntax detector not working sometimes (#26) * Fix "unknown command" message not showing up in private chats (#25)
1 parent 85deb48 commit 720335e

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

17-
*Bugfix release, not yet released*
17+
*Bugfix release, released on February 21th, 2016*
1818

1919
* Fix automatic syntax detector not working sometimes (`issue 26`_)
2020
* Fix "unknown command" message not showing up in private chats (`issue 25`_)

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

4343
license = "MIT",

0 commit comments

Comments
 (0)