Skip to content

Commit 84cfb4b

Browse files
author
rkhamis
committed
bump version to 11.0b3
1 parent d0ab666 commit 84cfb4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A clear description of the bug
1717
### Version information
1818

1919
* 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
2121
* Browser: e.g. chrome 79
2222
*
2323
### Installation method

docs/api/jumpscale/core/config/config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h2 id="getset">Get/Set</h2>
154154
&#34;get_current_version&#34;,
155155
]
156156

157-
__version__ = &#34;11.0.0-a3&#34;
157+
__version__ = &#34;11.0b3&#34;
158158

159159

160160
config_root = os.path.expanduser(os.path.join(&#34;~/.config&#34;, &#34;jumpscale&#34;))

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = "js-sdk"
33
packages = [{ include = "jumpscale" }]
44

5-
version = "11.0.0-a3"
5+
version = "11.0b3"
66
description = "SDK for threefold grid"
77
authors = ["xmonader <[email protected]>"]
8-
license = "MIT"
8+
license = "Apache-2.0"
99

1010
[tool.poetry.dependencies]
1111
cryptography = "3.0"
12-
js-ng = "11.0.0-a3"
12+
js-ng = "11.0b3"
1313
python = "^3.6"
1414
pillow = "^6.1"
1515
sendgrid = "^6.0"

0 commit comments

Comments
 (0)