Skip to content

Commit 84293b7

Browse files
author
Pietro Albini
committed
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)
1 parent db19475 commit 84293b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/buildthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ versions:
1313
source:
1414
provider: git
1515
url: .
16-
checkout: v0.3.3
16+
checkout: v0.3.4
1717
directory: docs
1818
title: botogram 0.3
1919
notice: alpha

docs/changelog/0.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Here you can find all the changes in the botogram 0.3.x releases.
1212
botogram 0.3.4
1313
==============
1414

15-
*Bugfix release, not yet released*
15+
*Bugfix release, released on August 10th, 2016*
1616

1717
* Fix inability to send messages to supergroups by username, using the
1818
deprecated :py:meth:`botogram.Bot.send` method (`issue 74`_)

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

4343
license = "MIT",

0 commit comments

Comments
 (0)