Skip to content

Commit 54ec999

Browse files
committed
Revert changes from botched deployment
1 parent 85ae9ba commit 54ec999

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

CHANGES.rst

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

4-
1.2.0 - 2025-12-12
5-
^^^^^^^^^^^^^^^^^^
6-
7-
- Fix possible `IndexError` when number of tests changes
8-
- Add support for Python 3.14 and pytest 9
9-
- Drop support for EOL Python 3.8/3.9 and pytest 6
10-
114
1.1.1 - 2025-08-23
125
^^^^^^^^^^^^^^^^^^
136

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 = "1.2.0"
3+
version = "1.1.1"
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-3-Clause"

pytest_sugar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from _pytest.terminal import TerminalReporter, format_session_duration
2929
from termcolor import colored
3030

31-
__version__ = "1.2.0"
31+
__version__ = "1.1.1"
3232

3333
LEN_RIGHT_MARGIN = 0
3434
LEN_PROGRESS_PERCENTAGE = 5

0 commit comments

Comments
 (0)