diff --git a/docs/conf.py b/docs/conf.py index f3f45e0d5..19f3e1839 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,8 +74,10 @@ # |version| and |release|, also used in various other places throughout the # built documents. # -version = "2.1.1" -release = "2.3.0" +# The short X.Y version. +version = '2.2' +# The full version, including alpha/beta/rc tags. +release = 'v2.2.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 6f2694a91..64104f31a 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ EMAIL = 'nikhar.abbas@nrel.gov' AUTHOR = 'NREL National Wind Technology Center' REQUIRES_PYTHON = '>=3.4' -VERSION = '2.1.0' +VERSION = '2.2.0' # These packages are required for all of the code to be executed. # - Maybe you can get away with older versions...