From 32ae22bd3cf235d75c7717a092040f520c6a3c33 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Mon, 7 Feb 2022 09:16:23 +0100 Subject: [PATCH] Bump Release to be in sync with autochangelog --- python-httpretty.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-httpretty.spec b/python-httpretty.spec index 67a5c1b..52ba245 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -11,7 +11,7 @@ Name: python-httpretty Version: 1.1.4 # If github_date is defined, assume a post-release snapshot -Release: 3%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} +Release: 6%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} Summary: HTTP request mock tool for Python License: MIT