Skip to content

Commit de2b30b

Browse files
committed
Release 3.7.0.
1 parent 039a2b5 commit de2b30b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/release_notes/3.7.0.rst

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Fixed lint issues from new pylint version.
2+
- Log output of failed vsim startup to stderr (#354)
3+
- Allow case-insensitive lookup of entities. Closes #346
4+
- Added vhdl_standard attribute at class initialization (#350)
5+
- Adding csv mapping support for files and libraries (#349)
6+
- Fix broken vivado example wrt verilog headers. #344
7+
- Allow adding duplicate libraries. #341
8+
- Make adding duplicate file INFO instead of WARNING. #341

vunit/about.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def version():
6868
return '%i.%i.%i' % (VERSION[0], VERSION[1], VERSION[2])
6969

7070

71-
VERSION = (3, 6, 2)
71+
VERSION = (3, 7, 0)
7272

7373
# DO NOT TOUCH: Only set to False by PyPI deployment script
7474
PRE_RELEASE = True

0 commit comments

Comments
 (0)