Skip to content

Commit

Permalink
Bumping version and updating changelog.
Browse files Browse the repository at this point in the history
Preparing for release.
  • Loading branch information
Robpol86 committed May 8, 2016
1 parent 2a8a589 commit 968c113
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,10 @@ Changelog

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

Unreleased
----------
2.1.0 - 2016-05-07
------------------

Added
* Option to not replace stdout/stderr streams in the Windows class. Latest Windows 10 natively supports ANSI colors.
* ``keep_tags`` boolean keyword argument to Color(). Prevents colorclass from parsing curly brackets.
* Automatically skip replacing stderr/stdout streams on latest Windows 10 versions with native ANSI color 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__ = '2.0.0'
__version__ = '2.1.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='2.0.0',
version='2.1.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 = 2.0.0
version = 2.1.0

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

0 comments on commit 968c113

Please sign in to comment.