Skip to content

Commit

Permalink
Merge pull request #183 from edx/waheed/make-new-release
Browse files Browse the repository at this point in the history
Make new release with python 3 support.
  • Loading branch information
waheedahmed committed Aug 30, 2019
2 parents 96d0e3f + 6923b6b commit 8c5557d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def load_requirements(*requirements_paths):
return list(requirements)


VERSION = '1.1.26'
VERSION = '1.1.27'

if sys.argv[-1] == 'tag':
print("Tagging the version on github:")
Expand Down

0 comments on commit 8c5557d

Please sign in to comment.