From fc0073ead3de9edf84379f38daeee9520a88c600 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Thu, 25 Feb 2016 21:41:29 +0100 Subject: [PATCH] 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) --- docs/changelog.rst | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 527570d..16b8337 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -23,7 +23,7 @@ No changes yet. botogram 0.1.2 ============== -*Bugfix release, not yet released* +*Bugfix release, released on February 25th, 2016* * Add a way to disable the syntax detector (`issue 27`_) * Fix automatic syntax detector recognizing markdown in URLs (`issue 28`_) diff --git a/docs/conf.py b/docs/conf.py index 7892873..54cf131 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Pietro Albini" version = "0.1" -release = "0.1.1" +release = "0.1.2" language = None diff --git a/setup.py b/setup.py index 585a1e6..b07027e 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def hello_command(chat, message, args): setuptools.setup( name = "botogram", - version = "0.1.1", + version = "0.1.2", url = "https://botogram.pietroalbini.io", license = "MIT",