Skip to content

Commit

Permalink
prep version 0.5.0 and added compatibility matrix to readme (#47)
Browse files Browse the repository at this point in the history
* prep version 0.4.4 and added compatibility matrix to readme

* fix compatibility table

* fix title

* Update README.rst

* Update setup.cfg

---------

Co-authored-by: Nicholas Long <[email protected]>
  • Loading branch information
kflemin and nllong authored Sep 30, 2024
1 parent 9224cb6 commit 21635a1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

0.4.4
## What's Changed

* Add PyPi release action by @nllong in https://github.com/SEED-platform/py-seed/pull/42
* Update precommit versions by @nllong in https://github.com/SEED-platform/py-seed/pull/44
* Add create organization and retrieve property cross cycle data by @nllong in https://github.com/SEED-platform/py-seed/pull/45
* Add is_omitted column to column mapping profiles by @crutan in https://github.com/SEED-platform/py-seed/pull/46

**Full Changelog**: https://github.com/SEED-platform/py-seed/compare/v0.4.3...v0.4.4


0.4.3
-----

Expand Down
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ More information can be found here:
* https://github.com/SEED-platform/pyseed-examples


Compatibility Matrix
-------------

.. list-table::
:widths: 50 50
:header-rows: 1

* - py-SEED Version
- SEED Version
* - 0.5.0
- 3.1.0
* - 0.4.3
- 2.21.0 - 3.0.0

Stakeholders
-------------

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.3
version=0.5.0
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 21635a1

Please sign in to comment.