Skip to content

Commit

Permalink
Finalize version number
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Nov 8, 2024
1 parent 88efb3f commit 1282dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, 3, "beta", 0)
VERSION = (7, 6, 3, "final", 0)

__version__ = get_version(VERSION)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"webpack-bundle-tracker": "^3.1.0"
},
"devDependencies": {
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#dev/7.6.x"
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#stable/7.6.3"
},
"nodeModulesPaths": {
"nifty": "plugins/nifty",
Expand Down

0 comments on commit 1282dc7

Please sign in to comment.