Skip to content

Commit

Permalink
Set version to final
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Oct 3, 2024
1 parent c9c2492 commit e10a0d5
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, 1, "beta", 0)
VERSION = (7, 6, 1, "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.1"
},
"nodeModulesPaths": {
"nifty": "plugins/nifty",
Expand Down

0 comments on commit e10a0d5

Please sign in to comment.