Commit 0b05504c authored by Hamish Willee's avatar Hamish Willee
Browse files

Merge pull request #557 from dronekit/release_branch_2_1_0_update

Update setup.py and doc.conf to release 2.1.0
parents bd6e8534 32c50517
Showing with 4 additions and 4 deletions
+4 -4
......@@ -41,7 +41,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'DroneKit Air: Python'
project = u'DroneKit Python'
copyright = u'2015-2016, 3D Robotics'
# The version info for the project you're documenting, acts as replacement for
......@@ -49,9 +49,9 @@ copyright = u'2015-2016, 3D Robotics'
# built documents.
#
# The short X.Y version.
version = '0.5'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '0.5'
release = '2.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
from setuptools import setup, Extension
import platform
version = '2.0.2'
version = '2.1.0'
setup(name='dronekit',
zip_safe=True,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment