Skip to content

Commit 7c3895d

Browse files
committed
bump version
1 parent 434630a commit 7c3895d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

pyproject.toml

+1-1
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"

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)