Skip to content

Commit

Permalink
Merge pull request #511 from usharesoft/release-script-3.8.11
Browse files Browse the repository at this point in the history
Hammr release new version 3.8.11
  • Loading branch information
CalfO committed Mar 18, 2019
2 parents 16b5283 + 07b58ae commit 0334c41
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
Expand Up @@ -18,7 +18,7 @@
import os
import tempfile

VERSION="3.8.11-RC2"
VERSION="3.8.11"


TMP_WORKING_DIR=tempfile.gettempdir() + os.sep + "hammr-" + str(os.getpid())
Expand Down
2 changes: 1 addition & 1 deletion setup.py
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.11-RC2',
requires=['uforge_python_sdk>=3.8.11',
'httplib2==0.9',
'texttable==0.8.1',
'progressbar==2.3',
Expand Down

0 comments on commit 0334c41

Please sign in to comment.