From 74b3809f139f6cdb64fc91b5d5b534200b00337a Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Tue, 18 Oct 2022 12:13:29 +0000 Subject: [PATCH] update Release Signed-off-by: zhuofeng --- pyparsing.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyparsing.spec b/pyparsing.spec index 7c1df03..3dac529 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,6 +1,6 @@ Name: pyparsing Version: 3.0.6 -Release: 1 +Release: 2 Summary: A Python Parsing Module License: MIT URL: https://github.com/pyparsing/pyparsing/ @@ -65,6 +65,9 @@ dos2unix -k CHANGES LICENSE %doc CHANGES README.rst docs examples %changelog +* Tue Oct 18 2022 zhuofeng - 3.0.6-2 +- update Release + * Wed Dec 01 2021 shixuantong - 3.0.6-1 - update version to 3.0.6 -- Gitee