From c07be4f2de2ce6dfddca33d222de459845afb8a3 Mon Sep 17 00:00:00 2001 From: Mathijs de Bruin Date: Wed, 16 Jun 2021 16:24:52 +0100 Subject: [PATCH] Bump version, add changeling. --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..88a6c76 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +0.2.2 +----- +- Finally, proper IPFS 0.8+ support; upgrade ipfshttpclient>=0.8.0a2 +- Upgrade youtube-dl>=2021.6.6 +- Default to verbose mode diff --git a/setup.py b/setup.py index 842b118..1e6dc9e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='youtube2ipfs', - version='0.2.1', + version='0.2.2', description='Download videos from YouTube (and similar video platforms) and add them to IPFS.', long_description=README, long_description_content_type='text/markdown',