Skip to content

Commit fc0073e

Browse files
author
Pietro Albini
committed
Let's welcome botogram 0.1.2
This release fixes a few bugs present in botogram 0.1 and 0.1.1. * Add a way to disable the syntax detector (#27) * Fix automatic syntax detector recognizing markdown in URLs (#28)
1 parent 1a470a8 commit fc0073e

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
@@ -23,7 +23,7 @@ No changes yet.
2323
botogram 0.1.2
2424
==============
2525

26-
*Bugfix release, not yet released*
26+
*Bugfix release, released on February 25th, 2016*
2727

2828
* Add a way to disable the syntax detector (`issue 27`_)
2929
* Fix automatic syntax detector recognizing markdown in URLs (`issue 28`_)

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

4343
license = "MIT",

0 commit comments

Comments
 (0)