Skip to content

Commit

Permalink
Merge pull request #589 from dronekit/v2.3-versioning
Browse files Browse the repository at this point in the history
bump version to 2.3.0
  • Loading branch information
peterbarker committed Feb 25, 2016
2 parents 562db24 + 62b464e commit 07171ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '2.2'
version = '2.3'
# The full version, including alpha/beta/rc tags.
release = '2.2'
release = '2.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, Extension
import platform

version = '2.2.1'
version = '2.3.0'

setup(name='dronekit',
zip_safe=True,
Expand Down

0 comments on commit 07171ba

Please sign in to comment.