Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kflemin committed Jan 9, 2024
2 parents 95fb89d + fbed282 commit 43a793b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand All @@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -125,6 +125,7 @@ Full details in LICENSE file.
Releasing
---------

* Configure your PyPi with token access `https://pypi.org/manage/account/token/ <https://pypi.org/manage/account/token/>`_.
* Merge down to main
* Tag release on GitHub and add in the change log
* Release via command line
Expand All @@ -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/*
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.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[email protected], [email protected], [email protected]
Expand Down

0 comments on commit 43a793b

Please sign in to comment.