From 29da0ccaad7330cabd157df1bcd6818b73152d91 Mon Sep 17 00:00:00 2001 From: "Moore.Huang" Date: Tue, 1 May 2018 22:20:20 +0800 Subject: [PATCH] =?UTF-8?q?F:=20=E6=9B=B4=E6=96=B0v1.0.1=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E7=9A=84=E5=8F=91=E5=B8=83=E8=AF=B4=E6=98=8E=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9setup=E4=B8=AD=E7=9A=84=E6=89=93=E5=8C=85?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/development/release.rst | 15 +++++++++++++++ setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/source/development/release.rst b/docs/source/development/release.rst index 073ea62..51d5607 100644 --- a/docs/source/development/release.rst +++ b/docs/source/development/release.rst @@ -4,6 +4,21 @@ 发布说明 ======== +v1.0.1 (2018-05-01 22:16:01) +---------------------------- + +Bugfix +~~~~~~ + +#. 修复摘要信息未转义造成最终 KindleGen 打包时错误的 Bug + +Optimize +~~~~~~~~ + +#. 优化 Python 打包清单文件 +#. 优化针对 Sphinx 的依赖说明文件,便于 RTFD 构建文档 +#. 爬取时对标题&作者字串做 html 转义,避免打包时的构建错误 + v1.0.0 (2018-04-09 17:52:01) ---------------------------- diff --git a/setup.py b/setup.py index ae61212..a158853 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ author_email='moore@moorehy.com', maintainer='littlemo', maintainer_email='moore@moorehy.com', - version='1.0.0', + version='1.0.1', description='MoEar爬虫功能扩展插件 - 知乎日报', long_description=open('README.md').read(), long_description_content_type='text/markdown',