From aa96b6dc0d30bc9a77267c6c79d91c52fdcb89dc Mon Sep 17 00:00:00 2001 From: Sergio Costas Date: Sun, 13 Oct 2019 18:22:41 +0200 Subject: [PATCH] Updated to version 4.16.0 --- HISTORY.md | 4 ++++ setup.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 17022f8..22601bc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History of versions # +* version 4.16.0 (2019-10-13) + * Added support for creating HEVC video in Matroska files + * Changed distribution permissions to GPLv3 only + * version 4.15.0 (2019-07-21) * Fixed a bug when using "set multiproperties" * Now sets the ISO label to the menu title (when defined) diff --git a/setup.py b/setup.py index 7c0fca7..db3ef99 100755 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ except: setup( name='devedeng', - version='4.15.0', + version='4.16.0', description='A video DVD creator', long_description="A program that allows to create video DVDs", @@ -108,7 +108,7 @@ setup( 'Environment :: X11 Applications :: GTK', 'Intended Audience :: End Users/Desktop', 'Topic :: Multimedia :: Video :: Conversion', - 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 3', 'Topic :: Multimedia :: Video :: Conversion'