diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d2f252..7e1a315d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.11.1] - 2023-04-06 +- Add Zfa support. + ## [0.11.0] - 2022-12-11 - Added support for csr_comb test generation diff --git a/riscv_ctg/__init__.py b/riscv_ctg/__init__.py index 349aa68e..e0d030a3 100644 --- a/riscv_ctg/__init__.py +++ b/riscv_ctg/__init__.py @@ -4,4 +4,4 @@ __author__ = """InCore Semiconductors Pvt Ltd""" __email__ = 'incorebot@gmail.com' -__version__ = '0.11.0' +__version__ = '0.11.1' diff --git a/setup.cfg b/setup.cfg index 9e839e82..878241cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.0 +current_version = 0.11.1 commit = True tag = True diff --git a/setup.py b/setup.py index a90fdd23..edf39544 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read_requires(): setup( name='riscv_ctg', - version='0.11.0', + version='0.11.1', description="RISC-V CTG", long_description=readme + '\n\n', classifiers=[