From d0592afb02ff1d978440d44dbcb5c72a26ee6e62 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Sat, 27 Mar 2021 21:31:07 +0530 Subject: [PATCH] Update to 10.0.0 version (#1943805) --- python-rich.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)