Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #41 from riscv-software-src/fix-docs-dep
Browse files Browse the repository at this point in the history
Fixed mistune version.
  • Loading branch information
neelgala authored May 7, 2022
2 parents 785c887 + 147c78c commit 36f0f0e
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).

## [0.13.1] - 2022-05-07
- Fix mistune version for doc builds.

## [0.13.0] - 2022-05-02
- Covergroup format revised.
- Added support for Pseudoinstructions for coverage computation.
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ urllib3==1.25.3
twine==1.13.0
sphinx_tabs
m2r2==0.2.7
mistune==0.8.4
colorlog==4.1.0
pyelftools==0.26
2 changes: 1 addition & 1 deletion riscv_isac/__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__ = '0.13.0'
__version__ = '0.13.1'
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 = 0.13.0
current_version = 0.13.1
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 @@ -26,7 +26,7 @@ def read_requires():

setup(
name='riscv_isac',
version='0.13.0',
version='0.13.1',
description="RISC-V ISAC",
long_description=readme + '\n\n',
classifiers=[
Expand Down

0 comments on commit 36f0f0e

Please sign in to comment.