From 5a332e475f96f8523e8f2a6d4636a2f332c9350f Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Oct 03 2019 09:16:44 +0000 Subject: Fix the release number to be strictly chronological --- diff --git a/python-webtest.spec b/python-webtest.spec index f419e3f..dd812d1 100644 --- a/python-webtest.spec +++ b/python-webtest.spec @@ -2,7 +2,7 @@ Name: python-webtest Version: 2.0.33 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Helper to test WSGI applications License: MIT @@ -81,6 +81,9 @@ PYTHONPATH=$(pwd) nosetests-%{python3_version} %{python3_sitelib}/*.egg-info %changelog +* Thu Oct 03 2019 Miro Hrončok - 2.0.33-4 +- Fix the release number to be strictly chronological + * Mon Sep 02 2019 Ján ONDREJ (SAL) - 2.0.33-2 - Removed python2 support (BZ#1747970) - Updated documentation (remove unwanted files and add CHANGELOG instead