Skip to content

Commit

Permalink
fix: deploy condition (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Zulqarnain authored Aug 5, 2021
1 parent 4fc18f9 commit 131d4f3
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 @@ -30,4 +30,4 @@ deploy:
on:
tags: true
python: 3.8
condition: $TOXENV = django22-drflatest
condition: $TOXENV = django22-drf312
2 changes: 1 addition & 1 deletion submissions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
""" API for creating submissions and scores. """
__version__ = '3.3.0'
__version__ = '3.3.1'

0 comments on commit 131d4f3

Please sign in to comment.