From 8dca50194aac8c8a4c5e8c19beac1f3165dd263e Mon Sep 17 00:00:00 2001 From: Werner Robitza Date: Fri, 12 Jul 2019 20:46:35 +0200 Subject: [PATCH] Bump version to 1.15.2. --- CHANGELOG.md | 10 +++++++++- ffmpeg_normalize/_version.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bea049f..9961179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.15.2](https://github.com/slhck/ffmpeg-normalize/compare/v1.15.1...v1.15.2) + +> 12 July 2019 + +- warn when duration cannot be read, fixes #105 [`#105`](https://github.com/slhck/ffmpeg-normalize/issues/105) +- update README [`a8348e1`](https://github.com/slhck/ffmpeg-normalize/commit/a8348e1b354d648fff37ceb7e9d33d7f3026724e) +- Bump version to 1.15.2. [`de7ced2`](https://github.com/slhck/ffmpeg-normalize/commit/de7ced23d4604698ea62eb705cca066c6062f669) + #### [v1.15.1](https://github.com/slhck/ffmpeg-normalize/compare/v1.15.0...v1.15.1) > 17 June 2019 - add output to unit test failures [`93c5f2c`](https://github.com/slhck/ffmpeg-normalize/commit/93c5f2cfea5f0592b8f11f1beb891aad338bcb06) -- Bump version to 1.15.1. [`0410b58`](https://github.com/slhck/ffmpeg-normalize/commit/0410b582fa2885d66df5f0407760969353fe33e6) +- Bump version to 1.15.1. [`3ea3f83`](https://github.com/slhck/ffmpeg-normalize/commit/3ea3f838d5b40b22e684f90ee4dcc312cc99de64) - fix input label for audio stream [`7ab58f2`](https://github.com/slhck/ffmpeg-normalize/commit/7ab58f269bcf3d0ca221d204cf2b1d7f21cb73d7) #### [v1.15.0](https://github.com/slhck/ffmpeg-normalize/compare/v1.14.1...v1.15.0) diff --git a/ffmpeg_normalize/_version.py b/ffmpeg_normalize/_version.py index 8b0c915..ed6661e 100644 --- a/ffmpeg_normalize/_version.py +++ b/ffmpeg_normalize/_version.py @@ -1 +1 @@ -__version__ = "1.15.1" +__version__ = "1.15.2"