From 18fb8439522299f795dd248a15919f8fb1d111ee Mon Sep 17 00:00:00 2001 From: "M. Sonntag" Date: Wed, 22 Aug 2018 19:12:39 +0200 Subject: [PATCH] [doc] Update version number in documentation --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 1f53afaf..4f86691c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -71,7 +71,7 @@ def __new__(meta, name, bases, clsdict): # The short X.Y version. version = '1.4' # The full version, including alpha/beta/rc tags. -release = '1.4.0' +release = '1.4.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.