Skip to content

Commit

Permalink
761 release prep (#11526)
Browse files Browse the repository at this point in the history
* Remove roadmap entry for 7.6

* Update version number
  • Loading branch information
chiatt authored Oct 3, 2024
1 parent a25e9d1 commit c9c2492
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
16 changes: 1 addition & 15 deletions 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.0 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.0.md)
[Version 7.6.1 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.1.md)

#### Quick Install

Expand Down Expand Up @@ -63,20 +63,6 @@ Our general release cycle will typically be a functional release (either major i

The following a general plan for the Arches project. Be aware this plan is tentative and subject to change.

## 7.6 LTS - Release date: Sept 15, 2024
- Arches Application improvements
- Security enhancements
- Default deny permissions
- Support for pluggable permissions frameworks
- Standalone plugins
- Customizable Search
- Concept label bulk editor module
- Map performance improvments
- Postgres 14 becomes minimum Postgres version

## 7.6 - Supported Applications
- Workflow Builder

## 8.0 - Release date: June 15, 2025
- Activity stream enhancements
- Support for editing and publishing graphs without having to remove resource instances
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, 0, "beta", 0)
VERSION = (7, 6, 1, "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.0",
"version": "7.6.1",
"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

0 comments on commit c9c2492

Please sign in to comment.