From 51c226ffcab26272c81f543d5ad3b53b1543336e Mon Sep 17 00:00:00 2001 From: Katherine Fleming <2205659+kflemin@users.noreply.github.com> Date: Mon, 27 Nov 2023 07:57:29 -0800 Subject: [PATCH] prep 0.4.1 (#37) --- CHANGELOG.rst | 11 +++++++++++ setup.cfg | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6471ed2..96ccb3f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,17 @@ Changelog ========= +0.4.1 +----- + +What's Changed +************** + +* Add analysis retrieve methods by @nllong in https://github.com/SEED-platform/py-seed/pull/34 +* Added multiple cycle upload argument by @anchapin in https://github.com/SEED-platform/py-seed/pull/27 +* Endpoint to download an Audit Template Report Submission and store in SEED by @kflemin in https://github.com/SEED-platform/py-seed/pull/36 + + 0.4.0 ----- diff --git a/setup.cfg b/setup.cfg index d9c908f..8a18908 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name=py-seed -version=0.4.0 +version=0.4.1 description=A Python API client for the SEED Platform author=Nicholas Long, Katherine Fleming, Fable Turas, Paul Munday author_email=nicholas.long@nrel.gov, fable@raintechpdx.com, paul@paulmunday.net