diff --git a/docs/buildthedocs.yml b/docs/buildthedocs.yml index da5341c..21bcad0 100644 --- a/docs/buildthedocs.yml +++ b/docs/buildthedocs.yml @@ -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 diff --git a/docs/conf.py b/docs/conf.py index b8bb6d3..fa090f7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,7 +37,7 @@ author = "Pietro Albini" version = "0.4" -release = "0.4.dev0" +release = "0.4" language = None diff --git a/setup.py b/setup.py index c02482d..380b56e 100644 --- a/setup.py +++ b/setup.py @@ -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",