Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Prepare for 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed Nov 2, 2018
1 parent 50a7dc5 commit ca99d9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -71,9 +71,9 @@
# built documents.
#
# The short X.Y version.
version = '2.1'
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.1.0'
release = '2.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
Expand Up @@ -42,7 +42,7 @@
_namespaces = []
_test_suite = 'podaac.tests'
_url = 'https://github.com/nasa/podaacpy'
_version = '2.1.0'
_version = '2.2.0'
_zip_safe = False

# Setup Metadata
Expand Down

0 comments on commit ca99d9d

Please sign in to comment.