Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Khang Pham
Dronekit Python
Commits
0b05504c
Commit
0b05504c
authored
9 years ago
by
Hamish Willee
Browse files
Options
Download
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/conf.py
+3
-3
docs/conf.py
setup.py
+1
-1
setup.py
with
4 additions
and
4 deletions
+4
-4
docs/conf.py
+
3
-
3
View file @
0b05504c
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
-
1
View file @
0b05504c
from
setuptools
import
setup
,
Extension
import
platform
version
=
'2.
0.2
'
version
=
'2.
1.0
'
setup
(
name
=
'dronekit'
,
zip_safe
=
True
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help