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.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed Aug 23, 2019
1 parent 4d7532c commit 4fbebe6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
# built documents.
#
# The short X.Y version.
version = '2.3'
version = '2.4'
# The full version, including alpha/beta/rc tags.
release = '2.3.0'
release = '2.4.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 podaac/podaac.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
URL = 'https://podaac.jpl.nasa.gov/ws/'
IMAGE_URL = 'https://podaac-tools.jpl.nasa.gov/l2ss-services/l2ss/preview/'
HEADERS = {
'User-Agent': 'Podaacpy Python Library v2.3.0'
'User-Agent': 'Podaacpy Python Library v2.4.0'
}


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
_namespaces = []
_test_suite = 'podaac.tests'
_url = 'https://github.com/nasa/podaacpy'
_version = '2.3.0'
_version = '2.4.0'
_zip_safe = False

# Setup Metadata
Expand Down

0 comments on commit 4fbebe6

Please sign in to comment.