Skip to content

Commit

Permalink
Release pytest-sugar 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Apr 10, 2023
1 parent d739fc1 commit 20d8ad2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
---------

0.9.7 - 2023-04-10
^^^^^^^^^^^^^^^^^^

- For long-running tests, display minutes and not only seconds (thanks @last-partizan)
- Add support for Pytest’s ``--header`` option (thanks @wiresv)

0.9.6 (2022-11-5)
^^^^^^^^^^^^^^^^^^^

Expand Down
4 changes: 0 additions & 4 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-sugar"
version = "0.9.6"
version = "0.9.7"
description = "Pytest plugin that adds a progress bar and other visual enhancements"
authors = ["Teemu <orkkiolento@gmail.com>", "Janne Vanhala <janne.vanhala@gmail.com>"]
license = "BSD"
Expand Down
2 changes: 1 addition & 1 deletion pytest_sugar.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from _pytest.terminal import TerminalReporter, format_session_duration
from termcolor import colored

__version__ = "0.9.6"
__version__ = "0.9.7"

LEN_RIGHT_MARGIN = 0
LEN_PROGRESS_PERCENTAGE = 5
Expand Down

0 comments on commit 20d8ad2

Please sign in to comment.