Skip to content

Commit

Permalink
Bumped version. Updated changelog and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Jul 30, 2014
1 parent c63f945 commit 5a02e34
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 1.4.1 - 30 July 2014

- We now use the fully-dotted test name at the start of each traceback in the
error listing. Issue #28.
- PyPy libraries are now omitted from coverage by default.
- More cleanup on internal tests.


Version 1.4.0 - 30 July 2014

User Stuff
Expand Down
1 change: 0 additions & 1 deletion README-pypi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Features
- **Thorough** - Built-in, optional integration with `coverage`_
- **Modern** - Supports Python 2.7, 3.3, 3.4, and `PyPy`_
- **Portable** - Completely supports OS X, Linux, and BSDs (and maybe Windows).
- **Flexible** - Optional HTML output.
- **Living** - This project grows and changes. See the `changelog`_


Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Features
[coverage](http://nedbatchelder.com/code/coverage/).
- **Modern** - Supports Python 2.7, 3.3, 3.4, and [PyPy](http://pypy.org)
- **Portable** - Completely supports OS X, Linux, and BSDs (and maybe Windows).
- **Flexible** - Optional HTML output.
- **Living** - This project grows and changes. See the
[changelog](https://github.com/CleanCut/green/blob/master/CHANGELOG)

Expand Down Expand Up @@ -332,7 +331,7 @@ shines when you start getting more verbose:

**In a real terminal, this output is syntax highlighted**

$ green -v proj
$ green -vv proj
test.test_foo
TestAnswer
. answer() returns 42
Expand Down
2 changes: 1 addition & 1 deletion green/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1

0 comments on commit 5a02e34

Please sign in to comment.