From 86fb23e400898e93aeca4b03fe031ca089c5ac1b Mon Sep 17 00:00:00 2001 From: yangl777 <1525652683@qq.com> Date: Thu, 18 Jun 2020 10:42:49 +0800 Subject: [PATCH] change global --- python-toml.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-toml.spec b/python-toml.spec index cfe541c..97c1cff 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -2,7 +2,7 @@ %global pyshortver py3.7 Name: python-toml Version: 0.10.0 -Release: 1 +Release: 2 Summary: Python Library for Tom's Obvious, Minimal Language License: MIT URL: https://pypi.python.org/pypi/toml @@ -46,5 +46,7 @@ languages. %doc README.rst %changelog +* Tue Jun 18 2020 yanglu - 0.10.0-2 +- Change global * Tue Feb 11 2020 huzunhao - 0.10.0-1 - Package init