From a3c67aee6e2456b9bbec8b7d81d655b7eefee847 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 22 Dec 2020 20:05:16 +0530 Subject: [PATCH] Update to 9.5.1 version (#1909212) --- python-rich.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-rich.spec b/python-rich.spec index 37555e5..0fb950f 100644 --- a/python-rich.spec +++ b/python-rich.spec @@ -2,7 +2,7 @@ %global pypi_name rich Name: python-%{pypi_name} -Version: 9.4.0 +Version: 9.5.1 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 +* Tue Dec 22 20:05:06 IST 2020 Parag Nemade - 9.5.1-1 +- Update to 9.5.1 version (#1909212) + * Fri Dec 18 13:36:15 IST 2020 Parag Nemade - 9.4.0-1 - Update to 9.4.0 version (#1907029)