Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Teemu committed Nov 8, 2018
1 parent 32b85ff commit db097fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Expand Up @@ -3,6 +3,14 @@ Changelog

A list of changes between each release.

0.9.2 (2018-11-8)
^^^^^^^^^^^^^^^^^^^

- Fix incompatibility with pytest 3.10 (thanks @Natim)
- Double colons for verbose output (thanks @albertodonato)
- Fix "Wrong count with items modified in pytest_collection_modifyitems" (thanks @blueyed)
- Defer registration of xdist hook (thanks @blueyed)

0.9.1 (2017-8-4)
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion pytest_sugar.py
Expand Up @@ -28,7 +28,7 @@
from _pytest.terminal import TerminalReporter


__version__ = '0.9.1'
__version__ = '0.9.2'

LEN_RIGHT_MARGIN = 0
LEN_PROGRESS_PERCENTAGE = 5
Expand Down

0 comments on commit db097fc

Please sign in to comment.