Skip to content

Commit 5e97254

Browse files
authored
Merge pull request #4525 from codalab/rc1.7.1
Bump to version 1.7.1
2 parents 7c460c1 + 4df6b53 commit 5e97254

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

codalab/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Increment this on master when ready to cut a release.
3131
# http://semver.org/
32-
CODALAB_VERSION = '1.7.0'
32+
CODALAB_VERSION = '1.7.1'
3333
BINARY_PLACEHOLDER = '<binary>'
3434
URLOPEN_TIMEOUT_SECONDS = int(os.environ.get('CODALAB_URLOPEN_TIMEOUT_SECONDS', 5 * 60))
3535

docs/REST-API-Reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# REST API Reference
22

3-
_version 1.7.0_
3+
_version 1.7.1_
44

55
This reference and the REST API itself is still under heavy development and is
66
subject to change at any time. Feedback through our GitHub issues is appreciated!

frontend/src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Should match codalab/common.py#CODALAB_VERSION
2-
export const CODALAB_VERSION = '1.7.0';
2+
export const CODALAB_VERSION = '1.7.1';
33

44
// Name Regex to match the backend in spec_utils.py
55
export const NAME_REGEX = /^[a-zA-Z_][a-zA-Z0-9_.-]*$/i;

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
# should match codalab/common.py#CODALAB_VERSION
10-
CODALAB_VERSION = "1.7.0"
10+
CODALAB_VERSION = "1.7.1"
1111

1212

1313
class Install(install):

0 commit comments

Comments
 (0)