Skip to content

Commit 7b2720a

Browse files
committed
updates readme, package.json, and __init__.py version numbers
1 parent 91729c6 commit 7b2720a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Issue reports are encouraged! [Please read this article](http://polite.technolog
1212
* [Report a Bug](https://github.com/archesproject/arches/issues/new?template=bug.md)
1313
* [File a Feature Ticket](https://github.com/archesproject/arches/issues/new?template=feature.md)
1414

15-
[Version 7.1.0 release notes](https://github.com/archesproject/arches/blob/dev/7.1.x/releases/7.1.0.md)
15+
[Version 7.1.1 release notes](https://github.com/archesproject/arches/blob/dev/7.1.x/releases/7.1.1.md)
1616

1717
#### Quick Install
1818

arches/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
except Exception as e:
1111
pass
1212

13-
VERSION = (7, 1, 0, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final"
13+
VERSION = (7, 1, 1, "final", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final"
1414

1515
__version__ = get_version(VERSION)
1616

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arches",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"scripts": {
55
"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",
66
"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",
@@ -12,7 +12,7 @@
1212
"type": "git"
1313
},
1414
"devDependencies": {
15-
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#dev/7.1.x"
15+
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#stable/7.1.1"
1616
},
1717
"dependencies": {
1818
"@babel/runtime": "^7.17.2",

0 commit comments

Comments
 (0)