Setting the documentation version

This commit is contained in:
DanB
2015-07-29 13:21:06 +02:00
parent 0261252b69
commit 879b8faca2
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ copyright = u'2012-2015, ITsysCOM'
# The short X.Y version.
version = '0.9.1'
# The full version, including alpha/beta/rc tags.
release = '0.9.1rc4'
release = '0.9.1~rc6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -26,7 +26,7 @@ var (
)
const (
VERSION = "0.9.1rc6"
VERSION = "0.9.1~rc6"
POSTGRES = "postgres"
MYSQL = "mysql"
MONGO = "mongo"