Skip to content

Commit

Permalink
Updating the version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mpj17 committed Oct 16, 2015
1 parent c3e39f3 commit cf54a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_version():
if release:
version_string = version
else:
version_string = "%s.dev%s+%s" % (version, datestring, globalid)
version_string = "%s.dev%s" % (version, datestring)

except (CommandError, ValueError, TypeError):
# --=mpj17=-- Usually because we are building out a source-egg,
Expand Down

0 comments on commit cf54a1b

Please sign in to comment.