File tree Expand file tree Collapse file tree 15 files changed +23
-22
lines changed Expand file tree Collapse file tree 15 files changed +23
-22
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Try Visual Python if you would like to: <br>
19
19
* save & reuse repeatedly used codes(snippets). <br >
20
20
21
21
<br >
22
- <img src =" https://github. com/visualpython/visualpython/blob/ main/img/Visual%20Python_2.2.8.gif?raw=true " width =" 95% " >
22
+ <img src =" https://raw.githubusercontent. com/visualpython/visualpython/main/visualpython/ img/Visual%20Python_2.2.8.gif " width =" 95% " >
23
23
24
24
## Getting Started with Jupyter Lab
25
25
Original file line number Diff line number Diff line change 11
11
# =============================================================================
12
12
# Set version and replace it
13
13
# =============================================================================
14
- VP_ORG_VER=2.3.1
15
- VP_NEW_VER=2.3.2
14
+ VP_ORG_VER=2.3.2
15
+ VP_NEW_VER=2.3.3
16
16
17
17
# update version info
18
18
grep -REil " VP_ORG_VER=.+$" colab/build.colab.sh jupyterlab/build.jupyterlab.sh jupyternotebook/build.jupyternotebook.sh | xargs sed -i " s/VP_ORG_VER=.\+$/VP_ORG_VER=${VP_ORG_VER} /g"
Original file line number Diff line number Diff line change 11
11
# =============================================================================
12
12
# Replace Version
13
13
# =============================================================================
14
- VP_ORG_VER=2.3.1
15
- VP_NEW_VER=2.3.2
16
- VP_COLAB_VER=1 # colab specified versioning
14
+ VP_ORG_VER=2.3.2
15
+ VP_NEW_VER=2.3.3
17
16
18
17
# update version info
19
18
# update manifest version with new numbering for new version
20
- grep -REil ${VP_ORG_VER// \. / \\ .} \. [0-9] manifest.json | xargs sed -i " s/${VP_ORG_VER// \. / \\ .} \.[0-9]/${VP_NEW_VER} . ${VP_COLAB_VER } /g"
19
+ grep -REil ${VP_ORG_VER// \. / \\ .} manifest.json | xargs sed -i " s/${VP_ORG_VER// \. / \\ .} \.[0-9]/${VP_NEW_VER} /g"
21
20
# update version inside visualpython package
22
21
grep -REil ${VP_ORG_VER// \. / \\ .} visualpython/* | xargs sed -i --follow-symlinks " s/${VP_ORG_VER// \. / \\ .} /${VP_NEW_VER} /g"
23
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Visual Python for Colab" ,
3
3
"description" : " GUI-based Python code generator for Google Colab as an extension" ,
4
- "version" : " 2.3.2.1 " ,
4
+ "version" : " 2.3.3 " ,
5
5
"manifest_version" : 3 ,
6
6
"icons" : {
7
7
"48" : " icon.png" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Try Visual Python if you would like to: <br>
19
19
* save & reuse repeatedly used codes(snippets). <br >
20
20
21
21
<br >
22
- <img src =" https://github. com/visualpython/visualpython/blob/ main/img/Visual%20Python_2.2.8.gif?raw=true " width =" 95% " >
22
+ <img src =" https://raw.githubusercontent. com/visualpython/visualpython/main/visualpython/ img/Visual%20Python_2.2.8.gif " width =" 95% " >
23
23
24
24
## Getting Started with Jupyter Lab
25
25
Original file line number Diff line number Diff line change 11
11
# =============================================================================
12
12
# Replace Version and Basic Files
13
13
# =============================================================================
14
- VP_ORG_VER=2.3.1
15
- VP_NEW_VER=2.3.2
14
+ VP_ORG_VER=2.3.2
15
+ VP_NEW_VER=2.3.3
16
16
17
17
# update version info
18
18
grep -REil " \" version\" : \" ${VP_ORG_VER} \" " package.json | xargs sed -i " s/\" version\" : \" ${VP_ORG_VER// \. / \\ .} \" /\" version\" : \" ${VP_NEW_VER} \" /g"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyterlab-visualpython" ,
3
- "version" : " 2.3.2 " ,
3
+ "version" : " 2.3.3 " ,
4
4
"description" : " GUI-based Python code generator for Jupyter Lab as an extension" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ classifiers = [
32
32
" Programming Language :: Python :: 3.9" ,
33
33
" Programming Language :: Python :: 3.10" ,
34
34
]
35
- version = " 2.3.2 "
35
+ version = " 2.3.3 "
36
36
37
37
[project .license ]
38
38
file = " LICENSE"
@@ -92,7 +92,7 @@ file = [
92
92
]
93
93
94
94
[tool .tbump .version ]
95
- current = " 2.3.2 "
95
+ current = " 2.3.3 "
96
96
regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
97
97
98
98
[tool .tbump .git ]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Try Visual Python if you would like to: <br>
19
19
* save & reuse repeatedly used codes(snippets). <br >
20
20
21
21
<br >
22
- <img src =" https://github. com/visualpython/visualpython/blob/ main/img/Visual%20Python_2.2.8.gif?raw=true " width =" 95% " >
22
+ <img src =" https://raw.githubusercontent. com/visualpython/visualpython/main/visualpython/ img/Visual%20Python_2.2.8.gif " width =" 95% " >
23
23
24
24
## Getting Started with Jupyter Lab
25
25
Original file line number Diff line number Diff line change 11
11
# =============================================================================
12
12
# Replace Version and Basic Files
13
13
# =============================================================================
14
- VP_ORG_VER=2.3.1
15
- VP_NEW_VER=2.3.2
14
+ VP_ORG_VER=2.3.2
15
+ VP_NEW_VER=2.3.3
16
16
17
17
# update version info
18
18
grep -REil ${VP_ORG_VER// \. / \\ .} setup.py visualpython/* | xargs sed -i --follow-symlinks " s/${VP_ORG_VER// \. / \\ .} /${VP_NEW_VER} /g"
You can’t perform that action at this time.
0 commit comments