Skip to content

Commit

Permalink
Merge pull request #163 from edx/jenkins/cleanup-python-code-9a083d9
Browse files Browse the repository at this point in the history
Deploy with Python38
  • Loading branch information
UsamaSadiq authored Jan 12, 2021
2 parents bb51faa + 8e201a9 commit 054a5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deploy:
user: edx
distributions: sdist bdist_wheel
on:
python: 3.5
python: 3.8
tags: true
condition: $TOXENV = quality
repo: edx/edx-organizations
Expand Down
2 changes: 1 addition & 1 deletion organizations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
edx-organizations app initialization module
"""
__version__ = '6.7.0' # pragma: no cover
__version__ = '6.7.1' # pragma: no cover

0 comments on commit 054a5e8

Please sign in to comment.