Skip to content

Commit c54015d

Browse files
updating authors, readme, and version
1 parent d3dc675 commit c54015d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

AUTHORS.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Authors & Contributors
33

44
- Brad Montgomery `<mailto:brad@bradmontgomery.net>`_
55
- Aaron Bassett `<https://github.com/aaronbassett>`_
6-
- Michael Allen `<https://github.com/michaeldfallen`_
6+
- Michael Allen `<https://github.com/michaeldfallen>`_
7+
- Paul Cochrane `<https://github.com/paultcochrane>`_

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ ends up highlighting more than you need or want).::
2121

2222
RAINBOWTESTS_HIGHLIGHT_PATH = '/path/to/my/project/'
2323

24-
If the test output is too verbose and you just want a colorful version of
25-
the standard Django test output, set ``RAINBOWTESTS_SHOW_MESSAGES`` to
26-
``False``::
24+
*New in 0.6.0* If the test output is too verbose and you just want a colorful
25+
version of the standard Django test output, set ``RAINBOWTESTS_SHOW_MESSAGES``
26+
to ``False``::
2727

2828
RAINBOWTESTS_SHOW_MESSAGES = False
2929

rainbowtests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.1'
1+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)