From 57b3e3fc08ca28d044696b469ca85ce59f8602d3 Mon Sep 17 00:00:00 2001 From: Cyrus Hiatt Date: Mon, 16 Dec 2024 14:58:07 -0800 Subject: [PATCH] Update version number --- README.md | 2 +- arches/__init__.py | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c781e13f4..3803e4aa81 100644 --- a/README.md +++ b/README.md @@ -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.3 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.3.md) +[Version 7.6.4 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.4.md) #### Quick Install diff --git a/arches/__init__.py b/arches/__init__.py index 2176892fd0..aaa9eec9eb 100644 --- a/arches/__init__.py +++ b/arches/__init__.py @@ -11,6 +11,6 @@ pass # VERSION[3] options = "alpha", "beta", "rc", or "final" -VERSION = (7, 6, 3, "beta", 0) +VERSION = (7, 6, 4, "beta", 0) __version__ = get_version(VERSION) diff --git a/package.json b/package.json index 7fac06f640..a2bd1b6099 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arches", - "version": "7.6.3", + "version": "7.6.4", "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",