Skip to content

Commit ceec846

Browse files
committed
Release pytest-sugar 1.0.0
1 parent 2944a5e commit ceec846

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
---------
33

4+
1.0.0 - 2024-02-01
5+
^^^^^^^^^^^^^^^^^^
6+
7+
* Add support for pytest 8.x
8+
* Drop support for Python 3.7
9+
10+
Contributed by [Justin Mayer](https://github.com/justinmayer) via [PR #281](https://github.com/Teemu/pytest-sugar/pull/281/)
11+
12+
413
0.9.7 - 2023-04-10
514
^^^^^^^^^^^^^^^^^^
615

RELEASE.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-sugar"
3-
version = "0.9.7"
3+
version = "1.0.0"
44
description = "Pytest plugin that adds a progress bar and other visual enhancements"
55
authors = ["Teemu <[email protected]>", "Janne Vanhala <[email protected]>"]
66
license = "BSD 3-Clause"

pytest_sugar.py

Lines changed: 1 addition & 1 deletion
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.7"
29+
__version__ = "1.0.0"
3030

3131
LEN_RIGHT_MARGIN = 0
3232
LEN_PROGRESS_PERCENTAGE = 5

0 commit comments

Comments
 (0)