Skip to content

Commit

Permalink
Version bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
delfick committed Nov 7, 2019
1 parent ce96fac commit de3013b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ run the tests that you are focusing on right now.
Changelog
---------

0.2.0
* No longer support python2, which also means this module now has no
dependencies
* code is formatted with black
* nose_focus tests are now written using pytest

0.1.4
* When you focus a class, tests using that class outside that module will also
be focused
Expand Down
2 changes: 1 addition & 1 deletion nose_focus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.1.4"
VERSION = "0.2.0"


def focus(thing):
Expand Down

0 comments on commit de3013b

Please sign in to comment.