Skip to content

Commit

Permalink
Merge pull request #36 from riscv-software-src/doc-dependency-fix
Browse files Browse the repository at this point in the history
Doc dependency fix
  • Loading branch information
pawks authored Feb 24, 2022
2 parents cbc82ea + d7735f8 commit e78f8da
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion riscof/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """InCore Semiconductors Pvt Ltd"""
__email__ = '[email protected]'
__version__ = '1.23.3'
__version__ = '1.23.4'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.23.3
current_version = 1.23.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit e78f8da

Please sign in to comment.