From 3f5fc020f556d40c634af5acc0b8defba8da07d1 Mon Sep 17 00:00:00 2001 From: Neel Gala Date: Thu, 24 Feb 2022 22:25:44 +0530 Subject: [PATCH 1/3] adding mistune to resolve current error in rtd --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index 74f7829..99f0ec2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -34,3 +34,4 @@ urllib3==1.25.3 twine==1.13.0 sphinx_tabs==2.1.0 m2r2==0.2.7 +mistune==0.8.4 From 13ad810a4e4e1aa948b702de615e280756a9c0df Mon Sep 17 00:00:00 2001 From: Neel Gala Date: Thu, 24 Feb 2022 22:35:42 +0530 Subject: [PATCH 2/3] updated changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f0a05..2cb7594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.23.4] - 2022-02-24 +- fixed doc dependency on mistune for successful RTD build + ## [1.23.3] - 2022-01-27 - Added missing subextensions for B and K specs in ISA generation function. From d7735f85304293d48f776309a60bd540c5727c7d Mon Sep 17 00:00:00 2001 From: Neel Gala Date: Thu, 24 Feb 2022 22:35:55 +0530 Subject: [PATCH 3/3] =?UTF-8?q?Bump=20version:=201.23.3=20=E2=86=92=201.23?= =?UTF-8?q?.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- riscof/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/riscof/__init__.py b/riscof/__init__.py index e09e9bd..9a65dea 100644 --- a/riscof/__init__.py +++ b/riscof/__init__.py @@ -4,4 +4,4 @@ __author__ = """InCore Semiconductors Pvt Ltd""" __email__ = 'info@incoresemi.com' -__version__ = '1.23.3' +__version__ = '1.23.4' diff --git a/setup.cfg b/setup.cfg index be343a5..45feb34 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.23.3 +current_version = 1.23.4 commit = True tag = True diff --git a/setup.py b/setup.py index 91b9f09..81a4e3e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read_requires(): test_requirements = [ ] setup(name="riscof", - version='1.23.3', + version='1.23.4', description="RISC-V Architectural Test Framework", long_description=readme + '\n\n', classifiers=[