File tree Expand file tree Collapse file tree 10 files changed +22
-22
lines changed Expand file tree Collapse file tree 10 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 28
28
def main ():
29
29
setuptools .setup (
30
30
name = 'dataone.cli' ,
31
- version = '2.3.3 ' ,
31
+ version = '2.3.4 ' ,
32
32
description = 'Command-Line Interface (CLI) for DataONE' ,
33
33
author = 'DataONE Project' ,
34
34
@@ -37,8 +37,8 @@ def main():
37
37
packages = setuptools .find_packages (),
38
38
include_package_data = True ,
39
39
install_requires = [
40
- 'dataone.common == 2.3.3 ' ,
41
- 'dataone.libclient == 2.3.3 ' ,
40
+ 'dataone.common == 2.3.4 ' ,
41
+ 'dataone.libclient == 2.3.4 ' ,
42
42
#
43
43
'requests == 2.18.1' ,
44
44
],
Original file line number Diff line number Diff line change 32
32
def main ():
33
33
setuptools .setup (
34
34
name = 'dataone.onedrive' ,
35
- version = '2.3.3 ' ,
35
+ version = '2.3.4 ' ,
36
36
description = 'Filesystem access to the DataONE Workspace' ,
37
37
author = 'DataONE Project' ,
38
38
@@ -41,8 +41,8 @@ def main():
41
41
packages = setuptools .find_packages (),
42
42
include_package_data = True ,
43
43
install_requires = [
44
- 'dataone.common == 2.3.3 ' ,
45
- 'dataone.libclient == 2.3.3 ' ,
44
+ 'dataone.common == 2.3.4 ' ,
45
+ 'dataone.libclient == 2.3.4 ' ,
46
46
#
47
47
'fusepy == 2.0.4' ,
48
48
'pyxb == 1.2.5' ,
Original file line number Diff line number Diff line change 29
29
def main ():
30
30
setuptools .setup (
31
31
name = 'dataone.dev' ,
32
- version = '2.3.3 ' ,
32
+ version = '2.3.4 ' ,
33
33
description = 'DataONE developer tools' ,
34
34
author = 'DataONE Project' ,
35
35
Original file line number Diff line number Diff line change 1
- __version__ = '2.3.3 '
1
+ __version__ = '2.3.4 '
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def main():
31
31
# noinspection PyUnresolvedReferences
32
32
setuptools .setup (
33
33
name = 'dataone.gmn' ,
34
- version = '2.3.3 ' ,
34
+ version = '2.3.4 ' ,
35
35
description = 'DataONE Generic Member Node (GMN)' ,
36
36
author = 'DataONE Project' ,
37
37
@@ -43,9 +43,9 @@ def main():
43
43
'' : ['settings.py' ],
44
44
},
45
45
install_requires = [
46
- 'dataone.cli == 2.3.3 ' ,
47
- 'dataone.common == 2.3.3 ' ,
48
- 'dataone.libclient == 2.3.3 ' ,
46
+ 'dataone.cli == 2.3.4 ' ,
47
+ 'dataone.common == 2.3.4 ' ,
48
+ 'dataone.libclient == 2.3.4 ' ,
49
49
#
50
50
'django == 1.11.2' ,
51
51
'iso8601 == 0.1.11' ,
Original file line number Diff line number Diff line change 28
28
def main ():
29
29
setuptools .setup (
30
30
name = 'dataone.libclient' ,
31
- version = '2.3.3 ' ,
31
+ version = '2.3.4 ' ,
32
32
description = 'A DataONE client library for Python' ,
33
33
author = 'DataONE Project' ,
34
34
@@ -37,7 +37,7 @@ def main():
37
37
packages = setuptools .find_packages (),
38
38
include_package_data = True ,
39
39
install_requires = [
40
- 'dataone.common == 2.3.3 ' ,
40
+ 'dataone.common == 2.3.4 ' ,
41
41
#
42
42
'cachecontrol == 0.12.3' ,
43
43
'pyxb == 1.2.5' ,
Original file line number Diff line number Diff line change 37
37
)
38
38
39
39
# Version of the DataONE Python stack
40
- VERSION = '2.3.3 '
40
+ VERSION = '2.3.4 '
41
41
42
42
# Maximum number of entries per list objects request.
43
43
MAX_LISTOBJECTS = 1000
Original file line number Diff line number Diff line change 28
28
def main ():
29
29
setuptools .setup (
30
30
name = 'dataone.common' ,
31
- version = '2.3.3 ' ,
31
+ version = '2.3.4 ' ,
32
32
description = (
33
33
'Contains functionality common to projects that interact with '
34
34
'the DataONE infrastructure via Python'
Original file line number Diff line number Diff line change 28
28
def main ():
29
29
setuptools .setup (
30
30
name = 'dataone.test_utilities' ,
31
- version = '2.3.3 ' ,
31
+ version = '2.3.4 ' ,
32
32
description = 'Utilities for testing DataONE infrastructure components' ,
33
33
author = 'DataONE Project' ,
34
34
@@ -37,7 +37,7 @@ def main():
37
37
packages = setuptools .find_packages (),
38
38
include_package_data = True ,
39
39
install_requires = [
40
- 'dataone.libclient == 2.3.3 ' ,
40
+ 'dataone.libclient == 2.3.4 ' ,
41
41
#
42
42
'contextlib2 == 0.5.5' ,
43
43
'decorator == 4.0.11' ,
Original file line number Diff line number Diff line change 29
29
def main ():
30
30
setuptools .setup (
31
31
name = 'dataone.tools' ,
32
- version = '2.3.3 ' ,
32
+ version = '2.3.4 ' ,
33
33
description = 'DataONE tools and examples' ,
34
34
author = 'DataONE Project' ,
35
35
@@ -42,9 +42,9 @@ def main():
42
42
},
43
43
install_requires = [
44
44
# These are not yet available when bootstrapping on Travis
45
- 'dataone.cli == 2.3.3 ' ,
46
- 'dataone.common == 2.3.3 ' ,
47
- 'dataone.libclient == 2.3.3 ' ,
45
+ 'dataone.cli == 2.3.4 ' ,
46
+ 'dataone.common == 2.3.4 ' ,
47
+ 'dataone.libclient == 2.3.4 ' ,
48
48
],
49
49
setup_requires = [
50
50
'setuptools_git >= 1.1' ,
You can’t perform that action at this time.
0 commit comments