-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…11562) Co-authored-by: Christopher Byrd <[email protected]>
- Loading branch information
1 parent
bd45d38
commit 191b1a3
Showing
2 changed files
with
67 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Arches 7.6.3 Release Notes | ||
|
||
### Bug Fixes and Enhancements | ||
|
||
- Fixes bug that prevented some Arches Application front-end components from being loaded #[11561](https://github.com/archesproject/arches/issues/11561) | ||
|
||
### Dependency changes: | ||
|
||
``` | ||
Python: | ||
Upgraded: | ||
None | ||
JavaScript: | ||
Upgraded: | ||
none | ||
``` | ||
|
||
### Upgrading Arches | ||
|
||
1. Upgrade to version 7.6.0 before proceeding by following the upgrade process in the [Version 7.6.0 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.0.md) | ||
|
||
2. Upgrade to Arches 7.6.3 | ||
``` | ||
pip install --upgrade arches==7.6.3 | ||
``` | ||
|
||
3. If you are running Arches on Apache, restart your server: | ||
``` | ||
sudo service apache2 reload | ||
``` |