Skip to content

Commit

Permalink
prep version 0.4.3 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
kflemin committed Jun 12, 2024
1 parent 259dcb8 commit 0abdb34
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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[email protected], [email protected], [email protected]
Expand Down

0 comments on commit 0abdb34

Please sign in to comment.