File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Try Visual Python if you would like to: <br>
1919* save & reuse repeatedly used codes(snippets). <br >
2020
2121<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% " >
2323
2424## Getting Started with Jupyter Lab
2525
Original file line number Diff line number Diff line change 1111# =============================================================================
1212# Set version and replace it
1313# =============================================================================
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
1616
1717# update version info
1818grep -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 1111# =============================================================================
1212# Replace Version
1313# =============================================================================
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
1616VP_COLAB_VER=1 # colab specified versioning
1717
1818# update version info
Original file line number Diff line number Diff line change 11{
22 "name" : " Visual Python for Colab" ,
33 "description" : " GUI-based Python code generator for Google Colab as an extension" ,
4- "version" : " 2.3.2 .1" ,
4+ "version" : " 2.3.3 .1" ,
55 "manifest_version" : 3 ,
66 "icons" : {
77 "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>
1919* save & reuse repeatedly used codes(snippets). <br >
2020
2121<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% " >
2323
2424## Getting Started with Jupyter Lab
2525
Original file line number Diff line number Diff line change 1111# =============================================================================
1212# Replace Version and Basic Files
1313# =============================================================================
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
1616
1717# update version info
1818grep -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 11{
22 "name" : " jupyterlab-visualpython" ,
3- "version" : " 2.3.2 " ,
3+ "version" : " 2.3.3 " ,
44 "description" : " GUI-based Python code generator for Jupyter Lab as an extension" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ classifiers = [
3232 " Programming Language :: Python :: 3.9" ,
3333 " Programming Language :: Python :: 3.10" ,
3434]
35- version = " 2.3.2 "
35+ version = " 2.3.3 "
3636
3737[project .license ]
3838file = " LICENSE"
@@ -92,7 +92,7 @@ file = [
9292]
9393
9494[tool .tbump .version ]
95- current = " 2.3.2 "
95+ current = " 2.3.3 "
9696regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
9797
9898[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>
1919* save & reuse repeatedly used codes(snippets). <br >
2020
2121<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% " >
2323
2424## Getting Started with Jupyter Lab
2525
Original file line number Diff line number Diff line change 1111# =============================================================================
1212# Replace Version and Basic Files
1313# =============================================================================
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
1616
1717# update version info
1818grep -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