Skip to content

Commit b147819

Browse files
committed
Merge remote-tracking branch 'origin' into develop
2 parents 080987e + 7c3895d commit b147819

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55

6-
## [1.15.1]
6+
## [1.15.2]
77
### Fixed
88
- Fixed bug where --subset in combination with the subscriber caused errors
99
### Added

poetry.lock

+13-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "podaac-data-subscriber"
3-
version = "1.15.1"
3+
version = "1.15.2"
44
description = "PO.DAAC Data Subscriber Command Line Tool"
55
authors = ["PO.DAAC <[email protected]>"]
66
readme = "README.md"
@@ -16,7 +16,7 @@ python = "^3.7"
1616
requests = "^2.27.1"
1717
tenacity = "^8.0.1"
1818
packaging = "^23.0"
19-
harmony-py = "^0.4.9"
19+
harmony-py = "^0.4.12"
2020

2121
[tool.poetry.dev-dependencies]
2222
pytest = "^7.1.2"

subscriber/podaac_access.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import tenacity
2727
from datetime import datetime
2828

29-
__version__ = "1.15.1"
29+
__version__ = "1.15.2"
3030
extensions = ["\\.nc", "\\.h5", "\\.zip", "\\.tar.gz", "\\.tiff"]
3131
edl = "urs.earthdata.nasa.gov"
3232
cmr = "cmr.earthdata.nasa.gov"

0 commit comments

Comments
 (0)