From d8a16615c55717927720c9fea33c3da83cec69c0 Mon Sep 17 00:00:00 2001 From: neutralioJenkins Date: Wed, 5 Jul 2017 16:46:51 -0600 Subject: [PATCH] Bump version to 2.3.1 --- docs/source/conf.py | 4 ++-- xbee/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c42d716..56df0af 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -45,9 +45,9 @@ # built documents. # # The short X.Y version. -version = '2.3.0' +version = '2.3.1' # The full version, including alpha/beta/rc tags. -release = '2.3.0' +release = '2.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/xbee/__init__.py b/xbee/__init__.py index c1481d6..1ca61fa 100644 --- a/xbee/__init__.py +++ b/xbee/__init__.py @@ -5,7 +5,7 @@ """ __title__ = 'xbee' -__version__ = '2.3.0' +__version__ = '2.3.1' __author__ = 'n.io' __license__ = 'MIT'