Skip to content

Commit 28eff5c

Browse files
committed
Release botogram 0.4
1 parent 8ace9e2 commit 28eff5c

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

docs/buildthedocs.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,23 @@ versions:
99
notice: unstable
1010
warning: This documentation is for the unstable and in-development version of botogram!
1111

12-
- name: "0.3"
12+
13+
- name: "0.4"
1314
source:
1415
provider: git
1516
url: .
16-
checkout: v0.3.4
17+
checkout: v0.4
1718
directory: docs
18-
title: botogram 0.3
19+
title: botogram 0.4
1920
notice: alpha
2021
warning: null
2122

22-
- name: "0.2"
23+
- name: "0.3"
2324
source:
2425
provider: git
2526
url: .
26-
checkout: v0.2.2
27+
checkout: v0.3.4
2728
directory: docs
28-
title: botogram 0.2
29+
title: botogram 0.3
2930
notice: alpha
3031
warning: null

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
author = "Pietro Albini"
3838

3939
version = "0.4"
40-
release = "0.4.dev0"
40+
release = "0.4"
4141

4242
language = None
4343

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.4.dev0",
40+
version = "0.4",
4141
url = "https://botogram.pietroalbini.org",
4242

4343
license = "MIT",

0 commit comments

Comments
 (0)