diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6471ed2..601c904 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,19 @@ Changelog ========= +0.4.1 +----- + +What's Changed +************** + +* 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 +* Endpoint to download an Audit Template Report Submission and store in SEED by @kflemin in https://github.com/SEED-platform/py-seed/pull/36 + +**Full Changelog**: https://github.com/SEED-platform/py-seed/commits/v0.4.1 + 0.4.0 ----- @@ -15,7 +28,9 @@ What's Changed * Add new endpoints to support 179D 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 -## New Contributors +New Contributors +**************** + * @kflemin made their first contribution in https://github.com/SEED-platform/py-seed/pull/22 **Full Changelog**: https://github.com/SEED-platform/py-seed/commits/v0.4.0 diff --git a/README.rst b/README.rst index e30b241..12c3f59 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ py-SEED -======= +========= .. image:: https://github.com/seed-platform/py-seed/actions/workflows/ci.yml/badge.svg?branch=develop :target: https://github.com/seed-platform/py-seed/actions/workflows/ci.yml/badge.svg @@ -125,6 +125,7 @@ Full details in LICENSE file. Releasing --------- +* Configure your PyPi with token access `https://pypi.org/manage/account/token/ `_. * Merge down to main * Tag release on GitHub and add in the change log * Release via command line @@ -136,4 +137,4 @@ Releasing pip install twine # make sure to check the dist package for errors in the RST files twine check dist/* - twine upload dist/* + twine upload --repository py-seed dist/* 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