Skip to content

Commit

Permalink
Set version to 7.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Sep 23, 2024
1 parent 9226531 commit 05b5203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arches/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
except Exception as e:
pass

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

__version__ = get_version(VERSION)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arches",
"version": "7.5.4",
"version": "7.5.5",
"scripts": {
"build_production": "./arches/app/media/node_modules/.bin/cross-env NODE_PATH=./arches/app/media/node_modules NODE_OPTIONS=--max-old-space-size=2048 NODE_ENV=production ./arches/app/media/node_modules/.bin/webpack --config arches/webpack/webpack.config.prod.js",
"build_development": "./arches/app/media/node_modules/.bin/cross-env NODE_PATH=./arches/app/media/node_modules NODE_OPTIONS=--max-old-space-size=2048 ./arches/app/media/node_modules/.bin/webpack --config arches/webpack/webpack.config.dev.js",
Expand All @@ -12,7 +12,7 @@
"type": "git"
},
"devDependencies": {
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#dev/7.5.x"
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#stable/7.5.5"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
Expand Down

0 comments on commit 05b5203

Please sign in to comment.