Skip to content

Commit

Permalink
2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Kura committed Jul 17, 2018
1 parent 45e4569 commit 8912f85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ script: tox
after_success:
- tox -e coverage-report
- codecov
deploy:
- provider: script
script: scripts/release.sh
on:
tags: true

env:
global:
- TWINE_USERNAME: kura
# TWINE_PASSWORD:
- secure: "Bd63ijidRb6vsEnMEDI1lUKNlSegrorisBttzXyucEisl0cu0FfahIuFoXmXL0NeTSpDKYb5HZoqC0J+7LXZep8ZkuV/8H/8j//J1ja3qCIsbfqqklNEYkfe0nO7uGyYkg/exLLZGqJVXeS5+xedPyW+LsDJ5XFYe/dMx6FAfZI="

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion blackhole/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
__copyright__ = 'None'
__credits__ = ('Kura', )
__license__ = 'MIT'
__version__ = '2.1.12'
__version__ = '2.1.13'
__maintainer__ = 'Kura'
__email__ = '[email protected]'
__status__ = 'Stable'
Expand Down

0 comments on commit 8912f85

Please sign in to comment.