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

Commit

Permalink
Merge pull request #12 from Dynatrace/2/publish-alyeska-docs
Browse files Browse the repository at this point in the history
2/publish alyeska docs
  • Loading branch information
vogt4nick committed Sep 11, 2019
2 parents b0244e7 + 0d7cefa commit 8b64128
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0dev2
current_version = 0.2.0dev3
commit = True
tag = False
parse = (?P<major>\d+)
Expand All @@ -23,3 +23,7 @@ values =
[bumpversion:part:build]

[bumpversion:file:./alyeska/__init__.py]

[bumpversion:file:./docs/source/conf.py]
search = release=={current_version}
replace = {new_version}
2 changes: 1 addition & 1 deletion alyeska/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
__copyright__ = "Copyright 2019, Dynatrace LLC"
__credits__ = ["Colin Patel-Murray"]
__license__ = "Apache v2.0"
__version__ = "0.2.0dev2"
__version__ = "0.2.0dev3"
__maintainer__ = "Nick Vogt"
__email__ = "vogt4nick@gmail.com"
__status__ = "Prototype" # one of "Prototype", "Development", "Production"
Expand Down
6 changes: 5 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
author = "Nick Vogt"

# The full version, including alpha/beta/rc tags
release = "0.1.0a"
release = "0.2.0dev3"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -68,3 +68,7 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = []

# Should fix errors where docs don't build on readthedocs
# See https://github.com/readthedocs/readthedocs.org/issues/2569#issuecomment-485117471
master_doc = "index"

0 comments on commit 8b64128

Please sign in to comment.