Skip to content

Commit

Permalink
Release botogram 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Jul 19, 2017
1 parent 8ace9e2 commit 28eff5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions docs/buildthedocs.yml
Expand Up @@ -9,22 +9,23 @@ versions:
notice: unstable
warning: This documentation is for the unstable and in-development version of botogram!

- 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

- name: "0.2"
- name: "0.3"
source:
provider: git
url: .
checkout: v0.2.2
checkout: v0.3.4
directory: docs
title: botogram 0.2
title: botogram 0.3
notice: alpha
warning: null
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -37,7 +37,7 @@
author = "Pietro Albini"

version = "0.4"
release = "0.4.dev0"
release = "0.4"

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

license = "MIT",
Expand Down

0 comments on commit 28eff5c

Please sign in to comment.