Skip to content

Commit

Permalink
Merge pull request #557 from dronekit/release_branch_2_1_0_update
Browse files Browse the repository at this point in the history
Update setup.py and doc.conf to release 2.1.0
  • Loading branch information
hamishwillee committed Feb 15, 2016
2 parents bd6e853 + 32c5051 commit 0b05504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
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
# |version| and |release|, also used in various other places throughout the
# 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, Extension
import platform

version = '2.0.2'
version = '2.1.0'

setup(name='dronekit',
zip_safe=True,
Expand Down

0 comments on commit 0b05504

Please sign in to comment.