Skip to content

Commit

Permalink
Bump version: 1.25.1 → 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neelgala committed Oct 8, 2022
1 parent b39cc89 commit 064b05a
Show file tree
Hide file tree
Showing 4 changed files with 6 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.25.2] - 2022-10-08
- updating paths for docker image and plugins to point to new location

## [1.25.1] - 2022-09-09
- Modified the code to fix the issue #62, which changed the condition to allow flen=64 for D extension tests.

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.25.1'
__version__ = '1.25.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.25.1
current_version = 1.25.2
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.25.1',
version='1.25.2',
description="RISC-V Architectural Test Framework",
long_description=readme + '\n\n',
classifiers=[
Expand Down

0 comments on commit 064b05a

Please sign in to comment.