Skip to content

Commit

Permalink
Bump version: 3.9.1 → 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pawks committed Jul 21, 2023
1 parent 1bbcfdf commit 9077269
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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).

## [3.9.2] - 2023-07-21
- Fix Checks for FCSR, FFLAGS and FRM to depend on F instead of U.

## [3.9.1] - 2023-06-21
- Check if YAMLs are None before they're merged for performing CSR checks.
- Perform XLEN specific satp checks based on XLEN value.
Expand Down
2 changes: 1 addition & 1 deletion riscv_config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
__version__ = '3.9.1'
__version__ = '3.9.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 = 3.9.1
current_version = 3.9.2
commit = True
tag = True

Expand Down

0 comments on commit 9077269

Please sign in to comment.