Skip to content

Commit

Permalink
Updated pkg_bundle version.py to match autover's.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Apr 22, 2018
1 parent c42062a commit d7c28c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pkg_bundle/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def verify(self, string_version=None):

@classmethod
def get_setup_version(cls, setup_path, reponame, describe=False,
dirty='raise', archive_commit=None):
dirty='report', archive_commit=None):
"""
Helper for use in setup.py to get the version from the .version file (if available)
or more up-to-date information from git describe (if available).
Expand Down Expand Up @@ -478,7 +478,7 @@ def extract_directory_tag(cls, setup_path, reponame):


@classmethod
def setup_version(cls, setup_path, reponame, archive_commit=None, dirty='raise'):
def setup_version(cls, setup_path, reponame, archive_commit=None, dirty='report'):
info = {}
git_describe = None
try:
Expand Down

0 comments on commit d7c28c2

Please sign in to comment.