Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
docs: use package version
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Mar 13, 2019
1 parent dfeb9de commit 23f97e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
import sys
sys.path.insert(0, os.path.abspath('../'))

from pykube import __version__ # noqa


# -- Project information -----------------------------------------------------

Expand All @@ -24,9 +26,9 @@
author = 'Henning Jacobs'

# The short X.Y version
version = '0.1'
version = __version__
# The full version, including alpha/beta/rc tags
release = '0.1'
release = __version__


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

0 comments on commit 23f97e6

Please sign in to comment.