Skip to content

Commit 2a3ab95

Browse files
committed
bump mavproxy and update version
this is a critical fix for latest mavproxy
1 parent 8b96d3f commit 2a3ab95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ protobuf==2.6.1
44
requests==2.5.1
55
pymavlink>=1.1.39
66
sphinx-3dr-theme>=0.0.6
7+
MAVProxy>=1.4.13

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, Extension
22
import platform
33

4-
version = '1.0.3'
4+
version = '1.1.0'
55

66
ext_modules = []
77

@@ -13,7 +13,7 @@
1313
url = 'https://github.com/diydrones/droneapi-python',
1414
author = '3D Robotics',
1515
install_requires = [ 'pymavlink',
16-
'MAVProxy >= 1.3.13',
16+
'MAVProxy >= 1.4.13',
1717
'protobuf >= 2.5.0' ],
1818
author_email = '[email protected]',
1919
classifiers=['Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)