Skip to content

Commit 8c80393

Browse files
committed
Bump version: 2.13.0 → 2.13.1
1 parent 1fbb3c6 commit 8c80393

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [2.13.1] - 2022-03-23
6+
- Added setup.cfg to automate bumpversion
7+
- Fix wording for legal strings in dependency warl fields.
8+
59
## [2.13.0] - 2022-03-09
610
- add support for detection of svnapot in ISA string
711
- genralize conversion of hex, oct, bin values to int in warl functions

riscv_config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from pkgutil import extend_path
22
__path__ = extend_path(__path__, __name__)
3-
__version__ = '2.13.0'
3+
__version__ = '2.13.1'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.13.0
2+
current_version = 2.13.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)