Skip to content

Commit

Permalink
updated version in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingBird95 committed Feb 28, 2018
1 parent 095b607 commit 05aa563
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This file does only contain a selection of the most common options. For a
# full list see the documentation:
# http://www.sphinx-doc.org/en/stable/config

import pkg_resources
# -- Path setup --------------------------------------------------------------

# If extensions (or modules to document with autodoc) are in another directory,
Expand All @@ -23,10 +23,8 @@
copyright = '2018, Patrick Vogel & Thijs Klooster'
author = 'Patrick Vogel & Thijs Klooster'

# The short X.Y version
version = '1.10.0'
# The full version, including alpha/beta/rc tags
release = '1.10.0'
version = pkg_resources.require("Flask-MonitoringDashboard")[0].version
release = pkg_resources.require("Flask-MonitoringDashboard")[0].version


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 05aa563

Please sign in to comment.