From 52c0b776eff8bc616024b33f272c3114cd1424f9 Mon Sep 17 00:00:00 2001 From: Nikhar Abbas Date: Tue, 29 Jun 2021 13:46:03 -0600 Subject: [PATCH] bump version to 2.3 --- ROSCO_toolbox/__init__.py | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ROSCO_toolbox/__init__.py b/ROSCO_toolbox/__init__.py index 63c851566..5f3415c42 100644 --- a/ROSCO_toolbox/__init__.py +++ b/ROSCO_toolbox/__init__.py @@ -3,4 +3,4 @@ __author__ = """Nikhar J. Abbas and Daniel S. Zalkind""" __email__ = 'nikhar.abbas@nrel.gov' -__version__ = '2.2.0' \ No newline at end of file +__version__ = '2.3.0' \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 19f3e1839..c5e3f6679 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,9 +75,9 @@ # built documents. # # The short X.Y version. -version = '2.2' +version = '2.3' # The full version, including alpha/beta/rc tags. -release = 'v2.2.0' +release = 'v2.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.