From 0c4e00129e61b9f67e87acc234602bd298d95e9e Mon Sep 17 00:00:00 2001 From: Jan Mach <jan.mach@cesnet.cz> Date: Tue, 8 Aug 2017 20:05:21 +0200 Subject: [PATCH] DEPLOY: Version bumped up to '0.4.0' to build new distribution. (Redmine issue: #3387) --- doc/sphinx/conf.py | 4 ++-- gruntconf.json | 4 ++-- lib/mentat/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index e17660480..73bcb5049 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -73,9 +73,9 @@ author = u'Jan Mach, Pavel Kácha, Andrea Kropáčová' # built documents. # # The short X.Y version. -version = '0.3.36' +version = '0.4.0' # The full version, including alpha/beta/rc tags. -release = '0.3.36' +release = '0.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/gruntconf.json b/gruntconf.json index 3a1e3cf72..98e38aeb0 100644 --- a/gruntconf.json +++ b/gruntconf.json @@ -1,6 +1,6 @@ { "name": "mentat-ng", - "version": "0.3.36", + "version": "0.4.0", "architecture": "all", "pkg_server": "homeproj", "pkg_location": "/var/reps/apt/certs/incoming", @@ -9,4 +9,4 @@ "demo_server": "mentat-demo", "demo_location": "/root", "dep_server": "mentat-hub" -} \ No newline at end of file +} diff --git a/lib/mentat/__init__.py b/lib/mentat/__init__.py index aa5067056..937468b9b 100644 --- a/lib/mentat/__init__.py +++ b/lib/mentat/__init__.py @@ -7,4 +7,4 @@ # Use of this source is governed by the MIT license, see LICENSE file. #------------------------------------------------------------------------------- -__version__ = "0.3.36" +__version__ = "0.4.0" -- GitLab