From 9f5710c16da1cd813417f8e609b5927d5d261dc0 Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Thu, 6 Aug 2020 11:42:17 +0800 Subject: [PATCH] doc: bump version to 0.1.0-RC1 Signed-off-by: Huaqi Fang <578567190@qq.com> --- doc/source/changelog.rst | 9 ++------- doc/source/conf.py | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 80ee0e1..ea9f3e1 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -3,15 +3,10 @@ Changelog ========= -V0.1.0-dev +V0.1.0-RC1 ---------- -This is release ``0.1.0-dev`` of HummingBird SDK, which is under development. - -.. warning:: - - * The formal release is not yet published, the code is still under development, - the changelog is updated due to code changes. +This is release candidate ``0.1.0-RC1`` of HummingBird SDK. Here are the main features of this release: diff --git a/doc/source/conf.py b/doc/source/conf.py index f3b5eed..5e3cb0f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -21,10 +21,10 @@ author = 'Nuclei' # The short X.Y version -version = '0.1.0-dev' +version = '0.1.0-RC1' # The full version, including alpha/beta/rc tags -release = '0.1.0-dev' +release = '0.1.0-RC1' # -- General configuration --------------------------------------------------- diff --git a/package.json b/package.json index b8eac90..2522b04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "framework-hbird-sdk", "description": "HummingBird RISC-V Embedded SDK", - "version": "0.1.0-dev", + "version": "0.1.0-RC1", "url": "https://github.com/riscv-mcu/hbird-sdk/" }