From 6b32eecaeb9e143993e000590e7a5446c1d97a96 Mon Sep 17 00:00:00 2001 From: Eduardo Echeverria Date: Sat, 3 Apr 2021 14:35:43 -0500 Subject: [PATCH] Bumped to the version 0.10.0 --- python-jmespath.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-jmespath.spec b/python-jmespath.spec index 24f0be5..2b23d6d 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -1,8 +1,8 @@ %global pypi_name jmespath Name: python-%{pypi_name} -Version: 0.9.4 -Release: 8%{?dist} +Version: 0.10.0 +Release: 1%{?dist} Summary: JSON Matching Expressions License: MIT @@ -50,6 +50,9 @@ nosetests-%{python3_version} %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Sat Apr 3 2021 Eduardo Echeverria - 0.10.0-1 +- Bumped to the last version + * Wed Mar 3 2021 Pavel Cahyna - 0.9.4-8 - Remove unused python-mock build dependency