From e360431c62be864819c6b9c78fc8473d1db203b6 Mon Sep 17 00:00:00 2001 From: tcezard Date: Thu, 2 Nov 2023 11:04:27 +0000 Subject: [PATCH] Preparing release 1.14.1 --- CHANGELOG.md | 21 +++++++++++++++++++-- eva_submission/VERSION | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b154af6..c69fbad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,31 @@ Changelog for eva-submission ============================ +## 1.14.1 (2023-11-02) +-------------------- + +### Brokering + - Fix submission to existing project accession (see [PR177](https://github.com/EBIvariation/eva-submission/pull/177)) + - New script to Insert a publication in EVAPRO (see [PR180](https://github.com/EBIvariation/eva-submission/pull/180)) + +### Ingestion + - Change the default ingestion instance to 2 (see [PR182](https://github.com/EBIvariation/eva-submission/pull/182)) + ## 1.14 (2023-10-30) -------------------- + - Use new version of eva-common-pyutils (v0.6.2). -- Do not validate biosamples when we update sample info. See [here](https://github.com/EBIvariation/eva-submission/pull/178). -- Improve novel attributes validation. See [here](https://github.com/EBIvariation/eva-submission/pull/176). - Refactor to use new version of pyutils. See [here](https://github.com/EBIvariation/eva-submission/pull/174). + +### Validation - Add check for ENA projects and Biosamples accession. See [here](https://github.com/EBIvariation/eva-submission/pull/173). +- Improve novel attributes validation. See [here](https://github.com/EBIvariation/eva-submission/pull/176). +- Do not validate biosamples when we update sample info. See [here](https://github.com/EBIvariation/eva-submission/pull/178). + +### Brokering - Do not catch errors during normalisation. See [here](https://github.com/EBIvariation/eva-submission/pull/172). + +### Ingestion - Use Ensembl rapid release and project assembly as fallbacks for target assembly. See [here](https://github.com/EBIvariation/eva-submission/pull/170). diff --git a/eva_submission/VERSION b/eva_submission/VERSION index 63738cc..63e799c 100644 --- a/eva_submission/VERSION +++ b/eva_submission/VERSION @@ -1 +1 @@ -1.14 +1.14.1