Skip to content

Commit 8050b35

Browse files
committed
bump OSVVM to 2023.09
1 parent a67cfcd commit 8050b35

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs/news.d/+cc958f43.misc.rst

-1
This file was deleted.

docs/news.d/+da6e8b43.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[OSVVM] Bump to 2023.09.

vunit/builtins.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _add_osvvm(self):
145145
Add osvvm library
146146
"""
147147
library = self._add_library_if_not_exist(
148-
"osvvm", "Library 'OSVVM' previously defined. Skipping addition of builtin OSVVM (2023.04)."
148+
"osvvm", "Library 'OSVVM' previously defined. Skipping addition of builtin OSVVM (2023.09)."
149149
)
150150
if library is None:
151151
return

0 commit comments

Comments
 (0)