diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f00524..ccf9276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## [Unreleased] +## [1.15.1] ### Fixed - Fixed bug where --subset in combination with the subscriber caused errors ### Added diff --git a/pyproject.toml b/pyproject.toml index 47f56a4..c748703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podaac-data-subscriber" -version = "1.15.0" +version = "1.15.1" description = "PO.DAAC Data Subscriber Command Line Tool" authors = ["PO.DAAC "] readme = "README.md" diff --git a/subscriber/podaac_access.py b/subscriber/podaac_access.py index 48be4b3..bd83207 100644 --- a/subscriber/podaac_access.py +++ b/subscriber/podaac_access.py @@ -26,7 +26,7 @@ import tenacity from datetime import datetime -__version__ = "1.15.0" +__version__ = "1.15.1" extensions = ["\\.nc", "\\.h5", "\\.zip", "\\.tar.gz", "\\.tiff"] edl = "urs.earthdata.nasa.gov" cmr = "cmr.earthdata.nasa.gov"