Skip to content

Commit f1c065e

Browse files
committed
prepare for 1.2.15
1 parent 7ee57fd commit f1c065e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dronecan_gui_tool/version.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
# Andrew Tridgell
99
#
1010
#
11-
__version__ = 1, 2, 14
11+
__version__ = 1, 2, 15
12+

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
packages=find_packages(),
4141
install_requires=[
4242
'setuptools>=18.5',
43-
'dronecan>=1.0.18',
43+
'dronecan>=1.0.20',
4444
'pyserial>=3.0',
4545
'pymavlink>=2.4.26',
4646
'qtawesome>=0.3.1',

0 commit comments

Comments
 (0)