Skip to content

Commit 899b109

Browse files
committed
Update version to 2.6.0; Requires libopenshot 0.2.6 SO 20
1 parent 952f5e8 commit 899b109

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 = "2.5.1-dev3"
32-
MINIMUM_LIBOPENSHOT_VERSION = "0.2.5"
33-
DATE = "20200228000000"
31+
VERSION = "2.6.0"
32+
MINIMUM_LIBOPENSHOT_VERSION = "0.2.6"
33+
DATE = "20210819000000"
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
@@ -54,6 +54,7 @@
5454
<id>openshot-qt</id>
5555
</provides>
5656
<releases>
57+
<release version="2.6.0" date="2021-08-19"/>
5758
<release version="2.5.1" date="2020-02-28"/>
5859
<release version="2.5.0" date="2020-02-07"/>
5960
<release version="2.4.4" date="2019-03-20"/>

0 commit comments

Comments
 (0)