Skip to content

Commit 208b5cd

Browse files
committed
release v0.1.2
1 parent efd8808 commit 208b5cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ After installing [vfox](https://github.com/version-fox/vfox), install the plugin
99
```bash
1010
vfox add python
1111
```
12+
13+
## Mirror
14+
15+
You can configure the mirror by `VFOX_PYTHON_MIRROR` environment variable. The default value
16+
is `https://www.python.org/ftp/python/`.

metadata.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PLUGIN = {}
55
--- Plugin name
66
PLUGIN.name = "python"
77
--- Plugin version
8-
PLUGIN.version = "0.1.1"
8+
PLUGIN.version = "0.1.2"
99
--- Plugin homepage
1010
PLUGIN.homepage = "https://github.com/version-fox/vfox-python"
1111
--- Plugin license, please choose a correct license according to your needs.

0 commit comments

Comments
 (0)