Skip to content

Commit 0abdb34

Browse files
authored
prep version 0.4.3 (#41)
1 parent 259dcb8 commit 0abdb34

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.rst

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Changelog
22
=========
33

4+
0.4.3
5+
-----
6+
7+
## What's Changed
8+
9+
* Fix delete cycle progress key and race condition by @nllong in https://github.com/SEED-platform/py-seed/pull/24
10+
* Remove Deprecated APIs, Fix Typos by @axelstudios in https://github.com/SEED-platform/py-seed/pull/23
11+
* Update license dates by @nllong in https://github.com/SEED-platform/py-seed/pull/26
12+
* 179D updates by @kflemin in https://github.com/SEED-platform/py-seed/pull/22
13+
* Increase timeout for server start by @nllong in https://github.com/SEED-platform/py-seed/pull/31
14+
* Cleanup changelog and a few docstrings by @nllong in https://github.com/SEED-platform/py-seed/pull/32
15+
* configure seed to load small EEEJ dataset for integration test by @kflemin in https://github.com/SEED-platform/py-seed/pull/33
16+
* Add analysis retrieve methods by @nllong in https://github.com/SEED-platform/py-seed/pull/34
17+
* Added multiple cycle upload argument by @anchapin in https://github.com/SEED-platform/py-seed/pull/27
18+
* Cleanup README.rst by @nllong in https://github.com/SEED-platform/py-seed/pull/35
19+
* Endpoint to download an Audit Template Report Submission and store in SEED by @kflemin in https://github.com/SEED-platform/py-seed/pull/36
20+
* add new method to get AT submission metadata by @kflemin in https://github.com/SEED-platform/py-seed/pull/39
21+
* Added ESPM functions to py-seed client by @anchapin in https://github.com/SEED-platform/py-seed/pull/28
22+
23+
**Full Changelog**: https://github.com/SEED-platform/py-seed/compare/v0.4.2...v0.4.3
24+
425
0.4.2
526
-----
627
What's Changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name=py-seed
3-
version=0.4.2
3+
version=0.4.3
44
description=A Python API client for the SEED Platform
55
author=Nicholas Long, Katherine Fleming, Fable Turas, Paul Munday
66

0 commit comments

Comments
 (0)