Skip to content

Commit

Permalink
Merge pull request #60 from riscv-software-src/fix-riscv-config-version
Browse files Browse the repository at this point in the history
Fix riscv config version
  • Loading branch information
neelgala authored Aug 29, 2022
2 parents c9fe917 + 0244a8e commit 4ccddfd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.24.3] - 2022-08-29
- fix typeo in doc for command related to cloning arch-suites
- bump riscv-config version to be 2.17.0

## [1.24.2] - 2022-07-27
- Fix `riscv_config` dependency version to 2.10.1

Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ models. To create a copy of the latest tests from the riscv-arch-test repository

.. code-block:: console
$ riscof --verbose info arch-tests --clone
$ riscof --verbose info arch-test --clone
This will create a riscv-arch-test in the current working directory.

Expand Down
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.24.2'
__version__ = '1.24.3'
2 changes: 1 addition & 1 deletion riscof/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ GitPython==3.1.17
click>=7.1.2
Jinja2>=2.10.1
pytz>=2019.1
riscv-config==2.10.1
riscv-config==2.17.0
riscv_isac>=0.7.2
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.24.2
current_version = 1.24.3
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.24.2',
version='1.24.3',
description="RISC-V Architectural Test Framework",
long_description=readme + '\n\n',
classifiers=[
Expand Down

0 comments on commit 4ccddfd

Please sign in to comment.