Skip to content

Commit

Permalink
Release 4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Dec 4, 2018
1 parent 7e90f4f commit a93d0d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/release_notes/4.0.8.rst
@@ -0,0 +1,5 @@
- Fix vivado submodule missing from release. :vunit_issue:`415`
- Add support for checking AXI response in axi_lite_master
- Fix bug with coverage flag not working with unique-sim in rivierapro
- Support for Avalon-MM burst transfers
- Unsure LICENSE_QUEUE environment variable is in effect for RivieraPRO
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -43,6 +43,7 @@ def find_all_files(directory, endings=None):
'vunit.test',
'vunit.parsing',
'vunit.parsing.verilog',
'vunit.vivado',
'vunit.test.lint',
'vunit.test.unit',
'vunit.test.acceptance'],
Expand Down
2 changes: 1 addition & 1 deletion vunit/about.py
Expand Up @@ -68,7 +68,7 @@ def version():
return '%i.%i.%i' % (VERSION[0], VERSION[1], VERSION[2])


VERSION = (4, 0, 7)
VERSION = (4, 0, 8)

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

0 comments on commit a93d0d1

Please sign in to comment.