Skip to content

Commit cc8e4f8

Browse files
committed
Release botogram 0.5
1 parent 59ea6b9 commit cc8e4f8

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

docs/buildthedocs.yml

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

1212

13-
- name: "0.4"
13+
- name: "0.5"
1414
source:
1515
provider: git
1616
url: .
17-
checkout: v0.4
17+
checkout: v0.5
1818
directory: docs
19-
title: botogram 0.4
19+
title: botogram 0.5
2020
notice: alpha
2121
warning: null
2222

23-
- name: "0.3"
23+
24+
- name: "0.4"
2425
source:
2526
provider: git
2627
url: .
27-
checkout: v0.3.4
28+
checkout: v0.4
2829
directory: docs
29-
title: botogram 0.3
30+
title: botogram 0.4
3031
notice: alpha
3132
warning: null

docs/changelog/0.5.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.5.x releases.
1212
botogram 0.5
1313
============
1414

15-
*Alpha release, not yet released.*
15+
*Alpha release, released on February 15th, 2018.*
1616

1717
Release description not yet written.
1818

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
copyright = "2015-2016 Pietro Albini"
3737
author = "Pietro Albini"
3838

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

4343
license = "MIT",

0 commit comments

Comments
 (0)