From 0b85021af14d099e1acf59f2a8cd734b9e095a1c Mon Sep 17 00:00:00 2001 From: kflemin <2205659+kflemin@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:23:38 -0600 Subject: [PATCH] prep version 0.4.3 --- CHANGELOG.rst | 21 +++++++++++++++++++++ setup.cfg | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f9da408..cd0c5b8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,27 @@ Changelog ========= +0.4.3 +----- + +## What's Changed + +* Fix delete cycle progress key and race condition by @nllong in https://github.com/SEED-platform/py-seed/pull/24 +* Remove Deprecated APIs, Fix Typos by @axelstudios in https://github.com/SEED-platform/py-seed/pull/23 +* Update license dates by @nllong in https://github.com/SEED-platform/py-seed/pull/26 +* 179D updates by @kflemin in https://github.com/SEED-platform/py-seed/pull/22 +* Increase timeout for server start by @nllong in https://github.com/SEED-platform/py-seed/pull/31 +* Cleanup changelog and a few docstrings by @nllong in https://github.com/SEED-platform/py-seed/pull/32 +* configure seed to load small EEEJ dataset for integration test by @kflemin in https://github.com/SEED-platform/py-seed/pull/33 +* 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 +* Cleanup README.rst by @nllong in https://github.com/SEED-platform/py-seed/pull/35 +* Endpoint to download an Audit Template Report Submission and store in SEED by @kflemin in https://github.com/SEED-platform/py-seed/pull/36 +* add new method to get AT submission metadata by @kflemin in https://github.com/SEED-platform/py-seed/pull/39 +* Added ESPM functions to py-seed client by @anchapin in https://github.com/SEED-platform/py-seed/pull/28 + +**Full Changelog**: https://github.com/SEED-platform/py-seed/compare/v0.4.2...v0.4.3 + 0.4.2 ----- What's Changed diff --git a/setup.cfg b/setup.cfg index 1ea6dd7..41d6360 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name=py-seed -version=0.4.2 +version=0.4.3 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