Skip to content

Commit b601a3e

Browse files
committed
Merge pull request #575 from dronekit/rroche/version_2.2.0
bump release to 2.2.0
2 parents 7d8bb18 + 7f2b68a commit b601a3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '2.1'
52+
version = '2.2'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '2.1'
54+
release = '2.2'
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.1.0'
4+
version = '2.2.0'
55

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

0 commit comments

Comments
 (0)