Skip to content

Commit

Permalink
hardcode version in sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Jul 15, 2020
1 parent a7866d2 commit 21edbc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
package = sys.modules[setup_cfg['name']]

# The short X.Y version.
version = package.__version__.split('-', 1)[0]
# The full version, including alpha/beta/rc tags.
release = package.__version__
release = "0.2.0"
version = release


# -- Options for HTML output --------------------------------------------------
Expand Down

0 comments on commit 21edbc1

Please sign in to comment.