Updated to version 4.16.0
This commit is contained in:
parent
501e8aac48
commit
aa96b6dc0d
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# History of versions #
|
# 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)
|
* version 4.15.0 (2019-07-21)
|
||||||
* Fixed a bug when using "set multiproperties"
|
* Fixed a bug when using "set multiproperties"
|
||||||
* Now sets the ISO label to the menu title (when defined)
|
* Now sets the ISO label to the menu title (when defined)
|
||||||
|
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -84,7 +84,7 @@ except:
|
||||||
setup(
|
setup(
|
||||||
name='devedeng',
|
name='devedeng',
|
||||||
|
|
||||||
version='4.15.0',
|
version='4.16.0',
|
||||||
|
|
||||||
description='A video DVD creator',
|
description='A video DVD creator',
|
||||||
long_description="A program that allows to create video DVDs",
|
long_description="A program that allows to create video DVDs",
|
||||||
|
|
@ -108,7 +108,7 @@ setup(
|
||||||
'Environment :: X11 Applications :: GTK',
|
'Environment :: X11 Applications :: GTK',
|
||||||
'Intended Audience :: End Users/Desktop',
|
'Intended Audience :: End Users/Desktop',
|
||||||
'Topic :: Multimedia :: Video :: Conversion',
|
'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',
|
'Operating System :: POSIX :: Linux',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Topic :: Multimedia :: Video :: Conversion'
|
'Topic :: Multimedia :: Video :: Conversion'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue