We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa57110 commit 69e16faCopy full SHA for 69e16fa
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
5
+## 2.2.1 - 2020-05-18
6
+### Changed
7
+- Changed minimum python version requirement to 3.6.0 which is typically easy to install on all
8
+ major distributions
9
+- Updated readme with better installation instructions
10
+
11
## 2.2.0 - 2020-04-07
12
### Changed
13
- Renamed the 'implemented' field in rv32 and rv64 nodes to 'accessible'.
riscv_config/__init__.py
@@ -1,3 +1,3 @@
1
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
-__version__ = "2.2.0"
+__version__ = "2.2.1"
0 commit comments