From fcdde0a0660d7e19a6e76681a08e1e9f40668775 Mon Sep 17 00:00:00 2001
From: Jan Mach <jan.mach@cesnet.cz>
Date: Fri, 24 May 2019 15:46:59 +0200
Subject: [PATCH] DEPLOY: Version bumped up to '2.4.0' to build new
 distribution.

(Redmine issue: #3387)
---
 doc/sphinx/_doclib/development.rst | 4 ----
 lib/mentat/__init__.py             | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/doc/sphinx/_doclib/development.rst b/doc/sphinx/_doclib/development.rst
index 48e17f811..658ba5f5d 100644
--- a/doc/sphinx/_doclib/development.rst
+++ b/doc/sphinx/_doclib/development.rst
@@ -531,10 +531,6 @@ system takes the project version directly from following files (paths are relati
 to project root):
 
 * ``lib/mentat/__init__.py``
-* ``package.json``
-
-Sadly you have to adjust the version string on both of these places, currently
-there is no way how to do it on one.
 
 When building the **release** or **development** level packages, the automated
 build system appends an internal build number as additional subversion. This way
diff --git a/lib/mentat/__init__.py b/lib/mentat/__init__.py
index fac510120..5cbbc956f 100644
--- a/lib/mentat/__init__.py
+++ b/lib/mentat/__init__.py
@@ -20,4 +20,4 @@ open-source project.
 
 __author__  = "Jan Mach <jan.mach@cesnet.cz>"
 __credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>"
-__version__ = "2.3.33"
+__version__ = "2.4.0"
-- 
GitLab