From 84293b77da73379bc9cf007cb383bd3b9bfc7ab6 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Wed, 10 Aug 2016 12:27:27 +0200 Subject: [PATCH] This is botogram 0.3.4 This is a bugfix release, which fixes the following things: * Fix inability to send messages to supergroups by username, using the deprecated `botogram.Bot.send()` method (GH-74) --- docs/buildthedocs.yml | 2 +- docs/changelog/0.3.rst | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/buildthedocs.yml b/docs/buildthedocs.yml index dd6fd38..ed6ef1c 100644 --- a/docs/buildthedocs.yml +++ b/docs/buildthedocs.yml @@ -13,7 +13,7 @@ versions: source: provider: git url: . - checkout: v0.3.3 + checkout: v0.3.4 directory: docs title: botogram 0.3 notice: alpha diff --git a/docs/changelog/0.3.rst b/docs/changelog/0.3.rst index 396dbe9..02cba6a 100644 --- a/docs/changelog/0.3.rst +++ b/docs/changelog/0.3.rst @@ -12,7 +12,7 @@ Here you can find all the changes in the botogram 0.3.x releases. botogram 0.3.4 ============== -*Bugfix release, not yet released* +*Bugfix release, released on August 10th, 2016* * Fix inability to send messages to supergroups by username, using the deprecated :py:meth:`botogram.Bot.send` method (`issue 74`_) diff --git a/docs/conf.py b/docs/conf.py index f292496..699dae2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Pietro Albini" version = "0.3" -release = "0.3.3" +release = "0.3.4" language = None diff --git a/setup.py b/setup.py index 03ce3c7..06f8705 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def hello_command(chat, message, args): setuptools.setup( name = "botogram", - version = "0.3.3", + version = "0.3.4", url = "https://botogram.pietroalbini.io", license = "MIT",