Skip to content

Commit

Permalink
updates for release management
Browse files Browse the repository at this point in the history
  • Loading branch information
George K. Thiruvathukal committed Mar 31, 2019
1 parent 3bf0e23 commit 09ec28e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
import os
import sys
# sys.path.insert(0, os.path.abspath('.'))


Expand All @@ -24,9 +24,9 @@
author = 'George K. Thiruvathukal'

# The short X.Y version
version = ''
version = os.environ.get("BOOK_VERSION", "beta")
# The full version, including alpha/beta/rc tags
release = '0.1'
release = version


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

0 comments on commit 09ec28e

Please sign in to comment.