Skip to content

Commit

Permalink
Release 2.14.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jliljebl committed Apr 24, 2024
1 parent b1f9d0b commit 150a394
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flowblade-trunk/Flowblade/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def about_dialog(parent_window):
# Application tab
img = Gtk.Image.new_from_file(respaths.IMAGE_PATH + "flowbladeappicon.png")
flow_label = Gtk.Label(label="Flowblade Movie Editor")
ver_label = Gtk.Label(label="2.14.0.1")
ver_label = Gtk.Label(label="2.14.0.2")
janne_label = Gtk.Label(label="Copyright 2024 Janne Liljeblad and contributors.")
page_label = Gtk.Label(label=_("Project page:") + " " + "<a href=\"https://github.com/jliljebl/flowblade\">https://github.com/jliljebl/flowblade</a>")
page_label.set_use_markup(True)
Expand Down
2 changes: 1 addition & 1 deletion flowblade-trunk/flowblade
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import os
import sys

print ("FLOWBLADE MOVIE EDITOR 2.14.0.1")
print ("FLOWBLADE MOVIE EDITOR 2.14.0.2")
print ("-------------------------------")

# Get launch script dir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="2.14.0.2" date="2024-04-24"/>
<release version="2.14.0.1" date="2024-04-02"/>
<release version="2.14" date="2024-03-29"/>
<release version="2.12.0.2" date="2023-12-27"/>
Expand Down
2 changes: 1 addition & 1 deletion flowblade-trunk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
locale_files.append(filepath)

setup( name='flowblade',
version='2.14.0.1',
version='2.14.0.2',
author='Janne Liljeblad',
author_email='janne.liljeblad at gmail dot com',
description='Non-linear video editor',
Expand Down

0 comments on commit 150a394

Please sign in to comment.