From f6a27cdc1c94ef8a1ae903d7e9cb59152f162a9e Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 14 May 2019 10:58:40 -0300 Subject: [PATCH] fix version in the docs --- docs/conf.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index cdbd59b..b084aaf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,11 +58,10 @@ # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. -# -# The short X.Y version. -version = '0.1' -# The full version, including alpha/beta/rc tags. -release = '0.1' + +from utide._version import get_versions +version = release = get_versions()['version'] + # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.