We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 562db24 + 62b464e commit 07171baCopy full SHA for 07171ba
docs/conf.py
@@ -49,9 +49,9 @@
49
# built documents.
50
#
51
# The short X.Y version.
52
-version = '2.2'
+version = '2.3'
53
# The full version, including alpha/beta/rc tags.
54
-release = '2.2'
+release = '2.3.0'
55
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
# for a list of supported languages.
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, Extension
2
import platform
3
4
-version = '2.2.1'
+version = '2.3.0'
5
6
setup(name='dronekit',
7
zip_safe=True,
0 commit comments