Skip to content

Commit a436bc7

Browse files
committed
update docs
1 parent 5798907 commit a436bc7

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
### 4.1.0 (2024-11-09)
12
* Hide password inside --index-url pip parameter in console output (#146)
23
* Add python.indexUrl configuration option (to override default pip repository)
34
* Changed default docker image (python.docker.image) from python:3.11.8-alpine3.19 to python:3.12.7-alpine3.20

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ buildscript {
5353
mavenCentral()
5454
}
5555
dependencies {
56-
classpath 'ru.vyarus:gradle-use-python-plugin:4.0.0'
56+
classpath 'ru.vyarus:gradle-use-python-plugin:4.1.0'
5757
}
5858
}
5959
apply plugin: 'ru.vyarus.use-python'
@@ -63,7 +63,7 @@ OR
6363

6464
```groovy
6565
plugins {
66-
id 'ru.vyarus.use-python' version '4.0.0'
66+
id 'ru.vyarus.use-python' version '4.1.0'
6767
}
6868
```
6969

@@ -74,7 +74,7 @@ Supports python 2 (not tested anymore, but should work) and 3 on windows and lin
7474

7575
Gradle | Version
7676
--------|-------
77-
7.0 | 4.0.0
77+
7-8 | 4.1.0
7878
5.3 | [3.0.0](https://xvik.github.io/gradle-use-python-plugin/3.0.0/)
7979
5-5.2 | [2.3.0](https://xvik.github.io/gradle-use-python-plugin/2.3.0/)
8080
4.x | [1.2.0](https://github.com/xvik/gradle-use-python-plugin/tree/1.2.0)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ github {
4444

4545
mkdocs {
4646
extras = [
47-
'version': '4.0.0',
48-
'image': 'python:3.11.8-alpine3.19'
47+
'version': '4.1.0',
48+
'image': 'python:3.12.7-alpine3.20'
4949
]
5050
publish {
5151
docPath = mkdocs.extras['version']

src/doc/docs/about/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Works with python 2 and 3 (but python 2 not tested anymore) on windows and linux
55

66
Gradle | Version
77
--------|-------
8-
7.0 | 4.0.0
8+
7-8 | 4.1.0
99
5.3 | [3.0.0](https://xvik.github.io/gradle-use-python-plugin/3.0.0/)
1010
5-5.2 | [2.3.0](https://xvik.github.io/gradle-use-python-plugin/2.3.0/)
1111
4.x | [1.2.0](https://github.com/xvik/gradle-use-python-plugin/tree/1.2.0)

src/doc/docs/about/history.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
### [4.1.0](http://xvik.github.io/gradle-use-python-plugin/4.1.0) (2024-11-09)
12
* Hide password inside --index-url pip parameter in console output (#146)
23
* Add python.indexUrl configuration option (to override default pip repository)
4+
* Changed default docker image (python.docker.image) from python:3.11.8-alpine3.19 to python:3.12.7-alpine3.20
35

46
### [4.0.0](http://xvik.github.io/gradle-use-python-plugin/4.0.0) (2024-04-13)
57
* (breaking) Drop gradle 5 and 6 support

0 commit comments

Comments
 (0)