diff --git a/python-rich.spec b/python-rich.spec index 71fee5d..1bbe23e 100644 --- a/python-rich.spec +++ b/python-rich.spec @@ -2,7 +2,7 @@ %global pypi_name rich Name: python-%{pypi_name} -Version: 9.13.0 +Version: 10.0.0 Release: 1%{?dist} Summary: Render rich text and beautiful formatting in the terminal @@ -46,6 +46,9 @@ code, tracebacks, and more — out of the box. %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ %changelog +* Sat Mar 27 2021 Parag Nemade - 10.0.0-1 +- Update to 10.0.0 version (#1943805) + * Mon Mar 08 2021 Parag Nemade - 9.13.0-1 - Update to 9.13.0 version (#1936085)