Skip to content

Commit

Permalink
Update version for next patch
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt authored and jacobtylerwalls committed Jan 20, 2025
1 parent b78c3b9 commit 0867b37
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 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 7.6.5 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.5.md)
[Version 7.6.6 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.6.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 @@ -11,6 +11,6 @@
pass

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

__version__ = get_version(VERSION)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arches",
"version": "7.6.5",
"version": "7.6.6",
"license": "AGPL-3.0-only",
"scripts": {
"build_development": "npm run eslint:check && npm run ts:check && cross-env NODE_OPTIONS=--max-old-space-size=2048 webpack --config ./webpack/webpack.config.dev.js",
Expand Down
31 changes: 31 additions & 0 deletions releases/7.6.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Arches 7.6.6 Release Notes

### Bug Fixes and Enhancements


### 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.6

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

0 comments on commit 0867b37

Please sign in to comment.