Skip to content

Commit

Permalink
Release botogram 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Feb 15, 2018
1 parent 59ea6b9 commit cc8e4f8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions docs/buildthedocs.yml
Expand Up @@ -10,22 +10,23 @@ versions:
warning: This documentation is for the unstable and in-development version of botogram!


- name: "0.4"
- name: "0.5"
source:
provider: git
url: .
checkout: v0.4
checkout: v0.5
directory: docs
title: botogram 0.4
title: botogram 0.5
notice: alpha
warning: null

- name: "0.3"

- name: "0.4"
source:
provider: git
url: .
checkout: v0.3.4
checkout: v0.4
directory: docs
title: botogram 0.3
title: botogram 0.4
notice: alpha
warning: null
2 changes: 1 addition & 1 deletion docs/changelog/0.5.rst
Expand Up @@ -12,7 +12,7 @@ Here you can find all the changes in the botogram 0.5.x releases.
botogram 0.5
============

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

Release description not yet written.

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -36,8 +36,8 @@
copyright = "2015-2016 Pietro Albini"
author = "Pietro Albini"

version = "0.4"
release = "0.4"
version = "0.5"
release = "0.5"

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.4",
version = "0.5",
url = "https://botogram.pietroalbini.org",

license = "MIT",
Expand Down

0 comments on commit cc8e4f8

Please sign in to comment.