Skip to content

Commit 131905c

Browse files
committed
Bump version to 3.3.0 (minimum libopenshot 0.4.0, minimum libopenshot-audio 0.4.0)
1 parent 7b20814 commit 131905c

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.2.1-dev"
32-
MINIMUM_LIBOPENSHOT_VERSION = "0.3.3"
33-
DATE = "20240709000000"
31+
VERSION = "3.3.0"
32+
MINIMUM_LIBOPENSHOT_VERSION = "0.4.0"
33+
DATE = "20241221000000"
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.3.0" date="2024-12-21"/>
6768
<release version="3.2.1" date="2024-07-09"/>
6869
<release version="3.2.0" date="2024-06-19"/>
6970
<release version="3.1.1" date="2023-04-17"/>

0 commit comments

Comments
 (0)