Skip to content

Commit 07171ba

Browse files
committed
Merge pull request #589 from dronekit/v2.3-versioning
bump version to 2.3.0
2 parents 562db24 + 62b464e commit 07171ba

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.2'
52+
version = '2.3'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '2.2'
54+
release = '2.3.0'
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.2.1'
4+
version = '2.3.0'
55

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

0 commit comments

Comments
 (0)