Updated to version 4.16.0

This commit is contained in:
Sergio Costas 2019-10-13 18:22:41 +02:00
parent 501e8aac48
commit aa96b6dc0d
2 changed files with 6 additions and 2 deletions

View file

@ -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)

View file

@ -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'