Skip to content

Commit 0b05504

Browse files
committed
Merge pull request #557 from dronekit/release_branch_2_1_0_update
Update setup.py and doc.conf to release 2.1.0
2 parents bd6e853 + 32c5051 commit 0b05504

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
master_doc = 'index'
4242

4343
# General information about the project.
44-
project = u'DroneKit Air: Python'
44+
project = u'DroneKit Python'
4545
copyright = 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.

setup.py

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

4-
version = '2.0.2'
4+
version = '2.1.0'
55

66
setup(name='dronekit',
77
zip_safe=True,

0 commit comments

Comments
 (0)