Skip to content

Commit de2ff31

Browse files
committed
Merge branch '1.8.2-rc' into develop
2 parents 69b3c98 + 6206e58 commit de2ff31

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ for pull requests
6969

7070
Please check "CONTRIBUTORS.md" for the contributors who provided pull requests.
7171

72-
Veriloggen uses **pytest** for the integration testing. **When you send a pull request, please include a testing example with pytest.**
72+
Veriloggen uses **pytest** for the integration testing. **When you send a pull request, please include a testing example with pytest.**
7373
To write a testing code, please refer the existing testing examples in "tests" directory.
7474

7575
If the pull request code passes all the tests successfully and has no obvious problem, it will be merged to the *develop* branch by the main committers.
@@ -89,7 +89,7 @@ sudo apt install iverilog
8989
```
9090

9191
- Jinja2: 2.10 or later
92-
- Pyverilog: 1.2.0 or later
92+
- Pyverilog: 1.2.1 or later
9393
- NumPy: 1.17 or later
9494

9595
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(filename):
2323
'veriloggen.simulation': ['*.cpp'],
2424
},
2525
install_requires=['Jinja2>=2.10',
26-
'pyverilog>=1.2.0',
26+
'pyverilog>=1.2.1',
2727
'numpy>=1.17'],
2828
extras_require={
2929
'test': ['pytest>=3.8.1', 'pytest-pythonpath>=0.7.3'],

veriloggen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.1
1+
1.8.2

0 commit comments

Comments
 (0)