Skip to content

Commit

Permalink
add readme, re #11727
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters committed Jan 14, 2025
1 parent b898b9d commit ed68dea
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions releases/7.6.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Arches 7.6.5 Release Notes

### Bug Fixes and Enhancements

- Fix Activity Stream id value #[11727](https://github.com/archesproject/arches/issues/11727)

### Dependency changes:

```
Python:
Upgraded:
Django == 4.2.17 (or <5.0.0)
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.5

```
pip install --upgrade arches==7.6.5
```
3. If you are running Arches on Apache, restart your server:
```
sudo service apache2 reload
```

0 comments on commit ed68dea

Please sign in to comment.