Skip to content

Commit

Permalink
Merge pull request #7392 from archesproject/5.1.4_release_prep
Browse files Browse the repository at this point in the history
5.1.4 release prep
  • Loading branch information
chiatt committed May 5, 2021
2 parents 3a850c2 + 58d4e92 commit 1e2baa2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Issue reports are encouraged! [Please read this article](http://polite.technolog
* [Report a Bug](https://github.com/archesproject/arches/issues/new?template=bug.md)
* [File a Feature Ticket](https://github.com/archesproject/arches/issues/new?template=feature.md)

[Version 5.1.3 release notes](https://github.com/archesproject/arches/blob/stable/5.1.x/releases/5.1.3.md)
[Version 5.1.4 release notes](https://github.com/archesproject/arches/blob/stable/5.1.x/releases/5.1.4.md)

#### Quick Install

Expand Down
2 changes: 1 addition & 1 deletion arches/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
except ModuleNotFoundError as e:
print(e)

VERSION = (5, 1, 4, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final"
VERSION = (5, 1, 4, "final", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final"

__version__ = get_version(VERSION)

Expand Down
27 changes: 27 additions & 0 deletions releases/5.1.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Arches 5.1.4 release notes
--------------------------


### Bug fixes
- Ensures documents in custom indexes are deleted when respective instances are deleted, re #7290
- Solves issue with extra resource relationships appearing in reports, re #7334
- Handles for missing resourceXresourceId in the get_display_value method of resource instance datatype, re #7364
- Updates the resources endpoint to return a value for data collecting parent nodes, re #7139

### Dependency changes:

- No dependency changes


### Upgrading Arches

1. You must be upgraded to at least version 5.1.1 before proceeding.

2. Upgrade Arches

pip install --upgrade arches


### Upgrading an Arches project

- No upgrade necessary

0 comments on commit 1e2baa2

Please sign in to comment.