File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
docs/api/jumpscale/core/config Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ A clear description of the bug
17
17
### Version information
18
18
19
19
* OS: e.g. Ubuntu 19.04, Windows 10
20
- * project commit/version: e.g. js-ng 11.0.0a1
20
+ * project commit/version: e.g. js-ng 11.0b3
21
21
* Browser: e.g. chrome 79
22
22
*
23
23
### Installation method
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ <h2 id="getset">Get/Set</h2>
154
154
"get_current_version",
155
155
]
156
156
157
- __version__ = "11.0.0-a3 "
157
+ __version__ = "11.0b3 "
158
158
159
159
160
160
config_root = os.path.expanduser(os.path.join("~/.config", "jumpscale"))
Original file line number Diff line number Diff line change 2
2
name = " js-sdk"
3
3
packages = [{ include = " jumpscale" }]
4
4
5
- version = " 11.0.0-a3 "
5
+ version = " 11.0b3 "
6
6
description = " SDK for threefold grid"
7
7
authors = [
" xmonader <[email protected] >" ]
8
- license = " MIT "
8
+ license = " Apache-2.0 "
9
9
10
10
[tool .poetry .dependencies ]
11
11
cryptography = " 3.0"
12
- js-ng = " 11.0.0-a3 "
12
+ js-ng = " 11.0b3 "
13
13
python = " ^3.6"
14
14
pillow = " ^6.1"
15
15
sendgrid = " ^6.0"
You can’t perform that action at this time.
0 commit comments