Skip to content

Commit

Permalink
Merge pull request #148 from opencobra/fix/docs
Browse files Browse the repository at this point in the history
fix: correct the configuration of bumpversion
  • Loading branch information
Midnighter committed Aug 10, 2017
2 parents 64a21b9 + 14462e0 commit 7adb441
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import sys

import sphinx_bootstrap_theme
import memote


# If extensions (or modules to document with autodoc) are in another
# directory, add these directories to sys.path here. If the directory is
Expand Down Expand Up @@ -65,9 +65,9 @@
# the built documents.
#
# The short X.Y version.
version = memote.__version__
version = "0.2.3"
# The full version, including alpha/beta/rc tags.
release = memote.__version__
release = "0.2.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ replace = version="{new_version}"
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:file:docs/conf.py]

[wheel]
universal = 1

Expand Down

0 comments on commit 7adb441

Please sign in to comment.