Skip to content

Commit b853328

Browse files
authored
Merge pull request #261 from visualpython/release
Release
2 parents a796eb8 + 611a4dd commit b853328

39 files changed

+839
-189
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#=============================================================================
1212
# Set version and replace it
1313
#=============================================================================
14-
VP_ORG_VER=3.0.0
15-
VP_NEW_VER=3.0.1
14+
VP_ORG_VER=3.0.1
15+
VP_NEW_VER=3.0.2
1616

1717
# update version info
1818
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"

colab/build.colab.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#=============================================================================
1212
# Replace Version
1313
#=============================================================================
14-
VP_ORG_VER=3.0.0
15-
VP_NEW_VER=3.0.1
14+
VP_ORG_VER=3.0.1
15+
VP_NEW_VER=3.0.2
1616

1717
# update version info
1818
# update manifest version with new numbering for new version

colab/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Visual Python for Colab",
33
"description": "GUI-based Python code generator for Google Colab as an extension",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"manifest_version": 3,
66
"icons": {
77
"48": "icon.png",

jupyterlab/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pip install jupyterlab-visualpython
4747
4848
Click orange square button on the right side of Jupyter Lab.
4949
50-
## Getting Started with Jupyter Notebook(>= 7.x)
50+
## Getting Started with Jupyter Notebook 7
5151
5252
### 1. Requirements
5353
@@ -66,13 +66,13 @@ pip install jupyterlab-visualpython
6666
6767
Click orange square button on the toolbar of Jupyter Notebook.
6868
69-
## Getting Started with Jupyter Notebook(<=6.x.x)
69+
## Getting Started with Jupyter Notebook (for 6.x.x and older version)
7070
7171
### 1. Requirements
7272
7373
Visual Python is an extension to Jupyter Notebook, so you must have Jupyter Notebook installed already. You need old version of Jupyter Notebook under version 6.x.x.<br>
7474
- Python version 3.x
75-
- Jupyter notebook environment <=6.x
75+
- Jupyter notebook environment <= 6.x
7676
7777
### 2. How to Install
7878
@@ -152,6 +152,7 @@ All skills from programmers, non-programmers, designers are welcomed.
152152
[<a href="https://github.com/llbtl" title="Hyewon Kang"><img src="https://github.com/llbtl.png" width="50px;"/></a>](https://github.com/llbtl)
153153
[<a href="https://github.com/blacklogicdev" title="Black Logic Dev"><img src="https://github.com/blacklogicdev.png" width="50px;"/></a>](https://github.com/blacklogicdev)
154154
[<a href="https://github.com/Minku-Koo" title="Minku Koo"><img src="https://github.com/Minku-Koo.png" width="50px;"/></a>](https://github.com/Minku-Koo)
155+
[<a href="https://github.com/8orrin9" title="Andrew Jeong"><img src="https://github.com/8orrin9.png" width="50px;"/></a>](https://github.com/8orrin9)
155156
156157
Whoever wants to contribute or join our community, <br/>
157158
You can contact us by creating issues on [Issue page](https://github.com/visualpython/visualpython/issues) or using [Discord server](https://discord.gg/PypQrBZWZv).
@@ -171,4 +172,4 @@ To create an environment where everyone can learn and use big data analytical sk
171172
Love Visual Python? <br>
172173
Your support will help us continue to actively develop and improve Visual Python.☕
173174
174-
[![donate_banner](https://user-images.githubusercontent.com/83636412/229679467-4fee93a2-d6d2-4229-a53c-80a5eb2b9240.png)](https://github.com/sponsors/visualpython?frequency=recurring)
175+
[![donate_banner](https://user-images.githubusercontent.com/83636412/229679467-4fee93a2-d6d2-4229-a53c-80a5eb2b9240.png)](https://github.com/sponsors/visualpython?frequency=recurring)

0 commit comments

Comments
 (0)