Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsAsplund committed Jun 19, 2018
1 parent 25f6dc2 commit 514b418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/release_notes/3.6.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Ignore files added twice with identical contents. Closes #341
- Made queues type safe
2 changes: 1 addition & 1 deletion vunit/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def version():
return '%i.%i.%i' % (VERSION[0], VERSION[1], VERSION[2])


VERSION = (3, 5, 0)
VERSION = (3, 6, 0)

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

0 comments on commit 514b418

Please sign in to comment.