From 62b464e047ab0aa1dcc7b3223cc5669749eb5415 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 25 Feb 2016 21:28:02 +1100 Subject: [PATCH] bump version to 2.3.0 --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 81d918138..0d934a3d5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index 241253352..7bc24f124 100644 --- a/setup.py +++ b/setup.py @@ -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,