Skip to content

Commit

Permalink
Bump version to 0.5.8 final
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
  • Loading branch information
Aaron Browne committed Feb 12, 2016
1 parent 39aae27 commit 24fdc91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dmsa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from dmsa.makers import make_model_from_service
from dmsa.makers import make_model_from_service # noqa

serial = os.environ.get('BUILD_NUM') or '0'
sha = os.environ.get('COMMIT_SHA1') or '0'
Expand All @@ -9,7 +9,7 @@
'major': 0,
'minor': 5,
'micro': 8,
'releaselevel': 'alpha',
'releaselevel': 'final',
'serial': serial,
'sha': sha
}
Expand Down

0 comments on commit 24fdc91

Please sign in to comment.