Skip to content
Open
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ smaht-portal
Change Log
----------

0.193.1
`PR 420: SN Add spreadsheet dropdowns <https://github.com/smaht-dac/smaht-portal/pull/420>`_

* Add script `commands/update_spreadsheet_dropdowns.py` which takes the GCC submission spreadsheet and adds data validation to columns linking to other items in the spreadsheet so that dropdowns display submitted_id values of valid items (warning only)
=======
0.193.0
=======
`PR 491: SN Donor manifest embeds <https://github.com/smaht-dac/smaht-portal/pull/491>`_
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "encoded"
version = "0.193.0"
version = "0.193.1"
description = "SMaHT Data Analysis Portal"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down Expand Up @@ -189,6 +189,8 @@ release-file = "encoded.commands.release_file:main"
release-donor-metadata = "encoded.commands.release_donor_metadata:main"
show-schema= "encoded.commands.show_schema:main" # For dev/testing only
write-submission-spreadsheets = "encoded.commands.write_submission_spreadsheets:main"
update-spreadsheet-dropdowns = "encoded.commands.update_spreadsheet_dropdowns:main"


[paste.app_factory]
main = "encoded:main"
Expand Down
Loading
Loading