Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Bumping version 2.0.0. Trying out Travis deploy.
Browse files Browse the repository at this point in the history
Trying out Travis CI's pypi deployment feature.
  • Loading branch information
Robpol86 committed Apr 10, 2016
1 parent bfc41be commit 3e7963d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,15 @@ after_success:
- appveyor-artifacts -mi download
- coverage combine
- coveralls

# Deploy.
deploy:
provider: pypi
user: Robpol86
password:
secure:
"JYR5ZVOHqZnr4uq8qtA9bM0+pBCfenTUApgSK2eMY3AoQ/Xi4UmcJvsGQkX70wq4twstRm\
twpb/oFkAuxLMKkK7AJOTt9lKzqjF62xm/yGilDIYMZGCWi30OcRuUSQsEaE1Bq0H1TxciV\
/ztcdwcXpTq2+oNQz9M7sbH7Czmdbw="
on:
tags: true
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ Changelog

This project adheres to `Semantic Versioning <http://semver.org/>`_.

Unreleased
----------
2.0.0 - 2016-04-10
------------------

Added
* Python 3.5 support.
Expand Down
2 changes: 1 addition & 1 deletion colorclass/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@

__author__ = '@Robpol86'
__license__ = 'MIT'
__version__ = '1.2.0'
__version__ = '2.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ def readme():
name='colorclass',
packages=['colorclass'],
url='https://github.com/Robpol86/colorclass',
version='1.2.0',
version='2.0.0',
zip_safe=True,
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
author = @Robpol86
license = MIT
name = colorclass
version = 1.2.0
version = 2.0.0

[tox]
envlist = lint,py{34,27,26}
Expand Down

0 comments on commit 3e7963d

Please sign in to comment.