Skip to content

Commit

Permalink
Update version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Mar 10, 2021
1 parent b813a22 commit 07b46b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit 07b46b6

Please sign in to comment.