File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 '
3333BINARY_PLACEHOLDER = '<binary>'
3434URLOPEN_TIMEOUT_SECONDS = int (os .environ .get ('CODALAB_URLOPEN_TIMEOUT_SECONDS' , 5 * 60 ))
3535
Original file line number Diff line number Diff line change 11# REST API Reference
22
3- _ version 1.7.0 _
3+ _ version 1.7.1 _
44
55This reference and the REST API itself is still under heavy development and is
66subject to change at any time. Feedback through our GitHub issues is appreciated!
Original file line number Diff line number Diff line change 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
55export const NAME_REGEX = / ^ [ a - z A - Z _ ] [ a - z A - Z 0 - 9 _ . - ] * $ / i;
Original file line number Diff line number Diff line change 77
88
99# should match codalab/common.py#CODALAB_VERSION
10- CODALAB_VERSION = "1.7.0 "
10+ CODALAB_VERSION = "1.7.1 "
1111
1212
1313class Install (install ):
You can’t perform that action at this time.
0 commit comments