Skip to content

Commit

Permalink
Let's welcome botogram 0.3.3
Browse files Browse the repository at this point in the history
This is a bugfix release for botogram 0.3.2, which fixes unavailable
chats detection due to changes in the Bot API.
  • Loading branch information
Pietro Albini committed Jul 6, 2016
1 parent 9ab8da6 commit 6464e8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/buildthedocs.yml
Expand Up @@ -13,7 +13,7 @@ versions:
source:
provider: git
url: .
checkout: v0.3.2
checkout: v0.3.3
directory: docs
title: botogram 0.3
notice: alpha
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/0.3.rst
Expand Up @@ -12,7 +12,7 @@ Here you can find all the changes in the botogram 0.3.x releases.
botogram 0.3.3
==============

*Bugfix release, not yet released*
*Bugfix release, released on July 6th, 2016*

* Fix unavailable chats not detected when calling :py:meth:`botogram.Bot.chat`
(`issue 71`_)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -23,7 +23,7 @@
author = "Pietro Albini"

version = "0.3"
release = "0.3.2"
release = "0.3.3"

language = None

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -37,7 +37,7 @@ def hello_command(chat, message, args):

setuptools.setup(
name = "botogram",
version = "0.3.2",
version = "0.3.3",
url = "https://botogram.pietroalbini.io",

license = "MIT",
Expand Down

0 comments on commit 6464e8c

Please sign in to comment.