Skip to content

Commit e86d7db

Browse files
author
Pietro Albini
committed
Let's welcome botogram 0.3.2
botogram 0.3.2 is a bugfix release for botogram 0.3.1, which fixes sending messages to channels.
1 parent c40eb8f commit e86d7db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1
16+
checkout: v0.3.2
1717
directory: docs
1818
title: botogram 0.3
1919
notice: alpha

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

4343
license = "MIT",

0 commit comments

Comments
 (0)