From ebb8749a3d64d122c4870ae335e1f9d46ece8785 Mon Sep 17 00:00:00 2001 From: ZhidanLiu Date: Fri, 2 Sep 2022 14:35:32 +0800 Subject: [PATCH] add releasenote of 1.9.0 version --- RELEASE.md | 14 ++++++++++++++ RELEASE_CN.md | 14 ++++++++++++++ setup.py | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 90cc3ef..7566ca5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,19 @@ # MindArmour Release Notes +## MindArmour 1.9.0 Release Notes + +### API Change + +* Add Chinese version api of natural robustness feature. + +### Contributors + +Thanks goes to these wonderful people: + +Liu Zhidan, Zhang Shukun, Jin Xiulang, Liu Liu, Tang Cong, Yangyuan. + +Contributions of any kind are welcome! + ## MindArmour 1.8.0 Release Notes ### API Change diff --git a/RELEASE_CN.md b/RELEASE_CN.md index bcf3c26..1e7145a 100644 --- a/RELEASE_CN.md +++ b/RELEASE_CN.md @@ -2,6 +2,20 @@ [View English](./RELEASE.md) +## MindArmour 1.9.0 Release Notes + +### API Change + +* 增加自然鲁棒性特性的api中文版本 + +### 贡献 + +感谢以下人员做出的贡献: + +Liu Zhidan, Zhang Shukun, Jin Xiulang, Liu Liu, Tang Cong, Yangyuan. + +欢迎以任何形式对项目提供贡献! + ## MindArmour 1.8.0 Release Notes ### API Change diff --git a/setup.py b/setup.py index 344307a..a392b04 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from setuptools import setup from setuptools.command.egg_info import egg_info from setuptools.command.build_py import build_py -version = '1.8.1' +version = '1.9.0' cur_dir = os.path.dirname(os.path.realpath(__file__)) pkg_dir = os.path.join(cur_dir, 'build')