File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141master_doc = 'index'
4242
4343# General information about the project.
44- project = u'DroneKit Air: Python'
44+ project = u'DroneKit Python'
4545copyright = u'2015-2016, 3D Robotics'
4646
4747# The version info for the project you're documenting, acts as replacement for
4848# |version| and |release|, also used in various other places throughout the
4949# built documents.
5050#
5151# The short X.Y version.
52- version = '0.5 '
52+ version = '2.1 '
5353# The full version, including alpha/beta/rc tags.
54- release = '0.5 '
54+ release = '2.1 '
5555
5656# The language for content autogenerated by Sphinx. Refer to documentation
5757# for a list of supported languages.
Original file line number Diff line number Diff line change 11from setuptools import setup , Extension
22import platform
33
4- version = '2.0.2 '
4+ version = '2.1.0 '
55
66setup (name = 'dronekit' ,
77 zip_safe = True ,
You can’t perform that action at this time.
0 commit comments