Skip to content

Commit 5e19d3a

Browse files
committed
Release v0.7.0
1 parent e616ac3 commit 5e19d3a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/make_license.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ packages=(
2222
pylink-square
2323
PySide6-QtAds
2424
PySide6
25+
python-can
2526
)
2627

2728
cp LICENSE ${OUTFILE}

scrutiny/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
__name__ = 'scrutiny'
14-
__version__ = '0.6.1'
14+
__version__ = '0.7.0'
1515
__author__ = 'Scrutiny Debugger'
1616
__credits__ = ['Pier-Yves Lessard', 'Frédéric Morin', 'Joel Viau', 'Antoine Robidoux']
1717
__license__ = 'MIT'

0 commit comments

Comments
 (0)