Skip to content

Commit a62a5e6

Browse files
committed
Bumping version to 3.2.0, and min libopenshot dependency to 0.3.3.
1 parent 54671e2 commit a62a5e6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/classes/info.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
import os
2929
from time import strftime
3030

31-
VERSION = "3.1.1-dev"
32-
MINIMUM_LIBOPENSHOT_VERSION = "0.3.2"
33-
DATE = "20230417000000"
31+
VERSION = "3.2.0"
32+
MINIMUM_LIBOPENSHOT_VERSION = "0.3.3"
33+
DATE = "20240619000000"
3434
NAME = "openshot-qt"
3535
PRODUCT_NAME = "OpenShot Video Editor"
3636
GPL_VERSION = "3"

xdg/org.openshot.OpenShot.appdata.xml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<id>org.openshot.OpenShot.desktop</id>
6565
</provides>
6666
<releases>
67+
<release version="3.2.0" date="2024-06-19"/>
6768
<release version="3.1.1" date="2023-04-17"/>
6869
<release version="3.1.0" date="2023-03-21"/>
6970
<release version="3.0.0" date="2022-12-01"/>

0 commit comments

Comments
 (0)