From e67b56ef92e337aa373122b477823fe3ecc45872 Mon Sep 17 00:00:00 2001 From: hanxinke Date: Wed, 10 Feb 2021 14:38:59 +0800 Subject: [PATCH] update release version --- python-kitchen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-kitchen.spec b/python-kitchen.spec index 27db572..2c9b4b8 100644 --- a/python-kitchen.spec +++ b/python-kitchen.spec @@ -1,6 +1,6 @@ Name: python-kitchen Version: 1.2.6 -Release: 2 +Release: 5 Summary: Useful snippets of python code License: LGPLv2+ URL: https://pypi.python.org/pypi/kitchen/ @@ -96,6 +96,9 @@ popd %doc {kitchen2,kitchen3}/docs/* html COPYING COPYING.LESSER %changelog +* Wed Feb 10 2021 hanxinke - 1.2.6-5 +- update release version + * Fri Sep 25 2020 tianwei - 1.2.6-2 - replace obsolete pngmath with imgmath -- Gitee