Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prep version 0.4.3 #41

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
[email protected], [email protected], [email protected]
Expand Down