Skip to content

Commit 6464e8c

Browse files
author
Pietro Albini
committed
Let's welcome botogram 0.3.3
This is a bugfix release for botogram 0.3.2, which fixes unavailable chats detection due to changes in the Bot API.
1 parent 9ab8da6 commit 6464e8c

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.2
16+
checkout: v0.3.3
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.3
1313
==============
1414

15-
*Bugfix release, not yet released*
15+
*Bugfix release, released on July 6th, 2016*
1616

1717
* Fix unavailable chats not detected when calling :py:meth:`botogram.Bot.chat`
1818
(`issue 71`_)

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

4343
license = "MIT",

0 commit comments

Comments
 (0)