Skip to content

Commit 52cbc15

Browse files
committed
chore(release): prepare for v0.3.2
1 parent 1fcd864 commit 52cbc15

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.2] - 2026-04-08
6+
7+
### 💼 Other
8+
9+
- *(cpython)* Bump to v3.14.4
10+
511
## [0.3.1] - 2026-02-04
612

713
### 💼 Other

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=py2droid
22
name=Py2Droid
3-
version=v0.3.1
4-
versionCode=20260204
3+
version=v0.3.2
4+
versionCode=20260408
55
author=Mrakorez
66
description=
77
updateJson=https://raw.githubusercontent.com/Mrakorez/py2droid/refs/heads/master/module/update.json

module/update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v0.3.1",
3-
"versionCode": 20260204,
4-
"zipUrl": "https://github.com/Mrakorez/py2droid/releases/latest/download/py2droid-v0.3.1.zip",
2+
"version": "v0.3.2",
3+
"versionCode": 20260408,
4+
"zipUrl": "https://github.com/Mrakorez/py2droid/releases/latest/download/py2droid-v0.3.2.zip",
55
"changelog": "https://raw.githubusercontent.com/Mrakorez/py2droid/refs/heads/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)