upgrade version to 1.7.0

This commit is contained in:
yangl777 2021-01-27 17:34:55 +08:00
parent 4649ae1c61
commit 12d1bf0041
3 changed files with 4 additions and 1 deletions

Binary file not shown.

BIN
dict2xml-1.7.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global pypi_name dict2xml %global pypi_name dict2xml
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.6.1 Version: 1.7.0
Release: 1 Release: 1
Summary: Super Simple utility to convert a python dictionary into an xml string Summary: Super Simple utility to convert a python dictionary into an xml string
License: MIT License: MIT
@ -39,5 +39,8 @@ Summary: %{summary}
%{python3_sitelib}/%{pypi_name}-*.egg-info/ %{python3_sitelib}/%{pypi_name}-*.egg-info/
%changelog %changelog
* Wed Jan 27 2021 liudabo <liudabo1@huawei.com> - 1.7.0-1
- upgrade version to 1.7.0
* Tue Nov 5 2019 shanshishi <shanshishi@huawei.com> - 1.6.1-1 * Tue Nov 5 2019 shanshishi <shanshishi@huawei.com> - 1.6.1-1
- Init package - Init package