Skip to content

Commit

Permalink
Merge pull request #366 from usharesoft/release-3.8.0.3-RC2
Browse files Browse the repository at this point in the history
Release 3.8.0.3 rc2
  • Loading branch information
tdebru committed Apr 3, 2018
2 parents dbea1ca + 1f9b12d commit 4e74589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hammr/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import os
import tempfile

VERSION="3.8.0.2"
VERSION="3.8.0.3-RC2"


TMP_WORKING_DIR=tempfile.gettempdir() + os.sep + "hammr-" + str(os.getpid())
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Declare your packages' dependencies here, for eg:
# Always put an '==' dependency with uforge_python_sdk during the release
# During dev we can keep >= in order to get nightly version of sdk for the CI
requires=['uforge_python_sdk>=3.8.0.2',
requires=['uforge_python_sdk>=3.8.0.3-RC2',
'httplib2==0.9',
'texttable==0.8.1',
'progressbar==2.3',
Expand Down

0 comments on commit 4e74589

Please sign in to comment.