From 185576f94b57aba5aa3cbed88291e6c31e46376a Mon Sep 17 00:00:00 2001 From: hanxinke Date: Mon, 8 Feb 2021 20:34:51 +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..18109fb 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 +* Mon Feb 8 2021 hanxinke - 1.2.6-5 +- update release version + * Fri Sep 25 2020 tianwei - 1.2.6-2 - replace obsolete pngmath with imgmath -- Gitee