Skip to content

Commit

Permalink
Release pytest-sugar 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Feb 1, 2024
1 parent 2944a5e commit ceec846
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
---------

1.0.0 - 2024-02-01
^^^^^^^^^^^^^^^^^^

* Add support for pytest 8.x
* Drop support for Python 3.7

Contributed by [Justin Mayer](https://github.com/justinmayer) via [PR #281](https://github.com/Teemu/pytest-sugar/pull/281/)


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

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.7"
version = "1.0.0"
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 3-Clause"
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.7"
__version__ = "1.0.0"

LEN_RIGHT_MARGIN = 0
LEN_PROGRESS_PERCENTAGE = 5
Expand Down

0 comments on commit ceec846

Please sign in to comment.