From 6d18f1615f76336f612aca8c13806f33f0a05472 Mon Sep 17 00:00:00 2001 From: neodarz Date: Mon, 5 Aug 2019 08:34:56 +0200 Subject: Update files for new version --- ChangeLog | 34 ++++++++++++++++++++++++++++++++++ setup.cfg | 1 + 2 files changed, 35 insertions(+) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..903e10d --- /dev/null +++ b/ChangeLog @@ -0,0 +1,34 @@ +CHANGES +======= + +1.0.4 +----- + +* Fix download +* Add authors + +1.0.3 +----- + +* Be more explicit for use script + +1.0.2 +----- + +* Remove usless version option +* Fix bug with name of the file downloaded + +1.0.1 +----- + +* install from pypi + +1.0.0 +----- + +* Set version number +* Add GPLv3 licence +* Fix variable reference +* rename module and command +* Introduce python packaging +* Initial commit diff --git a/setup.cfg b/setup.cfg index 10c67c2..8dc2547 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [metadata] name = artetv_dl +version = 1.0.4 home-page = https://git.neodarz.net/neodarz/scripts/arte.tv-dl.git summary = Download videos from arte.tv description-file = -- cgit v1.2.1