From 54afd943f6948767aa9b009a26612133d3f21a80 Mon Sep 17 00:00:00 2001 From: Zhanyong Wan <41527376+zhanyong-wan@users.noreply.github.com> Date: Thu, 7 Oct 2021 11:10:01 -0700 Subject: [PATCH] =?UTF-8?q?=20=E5=8F=91=E5=B8=830.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 4 ++++ DEVELOPE.md | 1 + setup.cfg | 2 +- src/dongbei.py | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3f02321..26bfaee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ 这嘎哒记的是 dongbei 牙牙学语的过程,新闻放前面,旧闻放最后。 +## 0.0.8 没啥变化 + +0.0.7 版发布貌似没弄好。No time to debug,干脆换成 0.0.8 试试。 + ## 0.0.7 小改进 这版主要是增加了两个新功能和两个新的示例。好久没跟大家打招呼了,冒个泡,表示 dongbei 还有气儿! diff --git a/DEVELOPE.md b/DEVELOPE.md index e016e69..5b185bd 100644 --- a/DEVELOPE.md +++ b/DEVELOPE.md @@ -35,6 +35,7 @@ CD 步骤都整好了! 1. 把根目录下 `setup.cfg` 文件里 `metadata` 项目内的 `version` 改成 `x.y.z`。 1. 把 `src/dongbei.py` 文件里的 `DONGBEI_VERSION` 值改成 `x.y.z`。 +1. 在根目录下的 `CHANGES.md` 文件里标注新版本有哪些变化。 1. `git commit -a` 1. `git tag -a x.y.z -m "发布 x.y.z"` 把最新的 commit 标记成 `x.y.z`。 1. `git push --tags origin master` 把 commit 连同 tag 一起 push 到 GitHub repo;剩下的事交给 CD 就没毛病了! diff --git a/setup.cfg b/setup.cfg index 4be9dd2..af15a7f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 0.0.7 +version = 0.0.8 license_file = LICENSE name = dongbei-lang author = Zhanyong Wan and individual contributors diff --git a/src/dongbei.py b/src/dongbei.py index ee00b45..dc84364 100755 --- a/src/dongbei.py +++ b/src/dongbei.py @@ -15,7 +15,7 @@ import time # needed by 打个盹 XUDAO_FLAG = '--xudao' -DONGBEI_VERSION = '0.0.7' +DONGBEI_VERSION = '0.0.8' KW_APPEND = '来了个' KW_ASSERT = '保准'