Compare commits

..

2 Commits

Author SHA1 Message Date
Toby Harradine
32bd47e105 Bump version to 3.0.0rc3.post1
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
2019-01-11 13:09:40 +11:00
Toby Harradine
1bb5d698cc Make Travis only do py36 tox when deploying
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
2019-01-11 13:04:00 +11:00
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ jobs:
python: 3.6.6
env:
- DEPLOYING=true
- TOXENV=py36
deploy:
- provider: pypi
user: Red-DiscordBot
@@ -49,6 +50,7 @@ jobs:
python: 3.6.6
env:
- DEPLOYING=true
- TOXENV=py36
before_deploy:
- curl https://artifacts.crowdin.com/repo/GPG-KEY-crowdin | sudo apt-key add -
- echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list

View File

@@ -148,5 +148,5 @@ class VersionInfo:
)
__version__ = "3.0.0rc3"
__version__ = "3.0.0rc3.post1"
version_info = VersionInfo.from_str(__version__)