Skip to content

Commit 20d8ad2

Browse files
committed
Release pytest-sugar 0.9.7
1 parent d739fc1 commit 20d8ad2

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

4+
0.9.7 - 2023-04-10
5+
^^^^^^^^^^^^^^^^^^
6+
7+
- For long-running tests, display minutes and not only seconds (thanks @last-partizan)
8+
- Add support for Pytest’s ``--header`` option (thanks @wiresv)
9+
410
0.9.6 (2022-11-5)
511
^^^^^^^^^^^^^^^^^^^
612

RELEASE.md

-4
This file was deleted.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-sugar"
3-
version = "0.9.6"
3+
version = "0.9.7"
44
description = "Pytest plugin that adds a progress bar and other visual enhancements"
55
authors = ["Teemu <orkkiolento@gmail.com>", "Janne Vanhala <janne.vanhala@gmail.com>"]
66
license = "BSD"

pytest_sugar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from _pytest.terminal import TerminalReporter, format_session_duration
2727
from termcolor import colored
2828

29-
__version__ = "0.9.6"
29+
__version__ = "0.9.7"
3030

3131
LEN_RIGHT_MARGIN = 0
3232
LEN_PROGRESS_PERCENTAGE = 5

0 commit comments

Comments
 (0)