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

Commit 4fbebe6

Browse files
committed
Prepare for 2.4.0 release
1 parent 4d7532c commit 4fbebe6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
# built documents.
7272
#
7373
# The short X.Y version.
74-
version = '2.3'
74+
version = '2.4'
7575
# The full version, including alpha/beta/rc tags.
76-
release = '2.3.0'
76+
release = '2.4.0'
7777

7878
# The language for content autogenerated by Sphinx. Refer to documentation
7979
# for a list of supported languages.

podaac/podaac.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
URL = 'https://podaac.jpl.nasa.gov/ws/'
2828
IMAGE_URL = 'https://podaac-tools.jpl.nasa.gov/l2ss-services/l2ss/preview/'
2929
HEADERS = {
30-
'User-Agent': 'Podaacpy Python Library v2.3.0'
30+
'User-Agent': 'Podaacpy Python Library v2.4.0'
3131
}
3232

3333

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
_namespaces = []
4343
_test_suite = 'podaac.tests'
4444
_url = 'https://github.com/nasa/podaacpy'
45-
_version = '2.3.0'
45+
_version = '2.4.0'
4646
_zip_safe = False
4747

4848
# Setup Metadata

0 commit comments

Comments
 (0)