Skip to content

Commit

Permalink
updates readme, package.json, and __init__.py version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Sep 20, 2022
1 parent 91729c6 commit 7b2720a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.1.0 release notes](https://github.com/archesproject/arches/blob/dev/7.1.x/releases/7.1.0.md)
[Version 7.1.1 release notes](https://github.com/archesproject/arches/blob/dev/7.1.x/releases/7.1.1.md)

#### Quick Install

Expand Down
2 changes: 1 addition & 1 deletion arches/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
except Exception as e:
pass

VERSION = (7, 1, 0, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final"
VERSION = (7, 1, 1, "final", 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.1.0",
"version": "7.1.1",
"scripts": {
"build_production": "NODE_PATH=./arches/app/media/node_modules NODE_OPTIONS=--max_old_space_size=8192 NODE_ENV=production ./arches/app/media/node_modules/.bin/webpack --config arches/webpack/webpack.config.prod.js",
"build_development": "NODE_PATH=./arches/app/media/node_modules NODE_OPTIONS=--max_old_space_size=8192 ./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.1.x"
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#stable/7.1.1"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
Expand Down

0 comments on commit 7b2720a

Please sign in to comment.