diff --git a/AUTHORS.rst b/AUTHORS.rst index 9caef903f..d5b4cb7ee 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -18,8 +18,8 @@ All contributors (by number of commits): * Tadas Dailyda * JoeUgly <41972063+JoeUgly@users.noreply.github.com> * Justin Wong <46082645+uvjustin@users.noreply.github.com> +* Mark Harfouche -- Mark Harfouche - Alba Mendez - Dave Johansen - Xinran Xu ; `@xxr3376 `_ @@ -73,6 +73,7 @@ All contributors (by number of commits): * Jonathan Martin * Johan Jeppsson Karlin * Philipp Klaus +* Lukas Geiger * Mattias Wadman * Manuel Goacolou * Julian Schweizer diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8e5a1380f..45de1e218 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,15 @@ We are operating with `semantic versioning `_. Note that they these tags will not actually close the issue/PR until they are merged into the "default" branch. + +v14.0.1 + +Fixes: + +- Include header files in source distribution by :gh-user:`hmaarrfk` in (:pr:`1662`). +- Cleanup ``AVStream.side_data`` leftovers by :gh-user:`lgeiger` in (:pr:`1674`). +- Address :issue:`1663` by :gh-user:`WyattBlue`. + v14.0.0 ------- @@ -37,6 +46,7 @@ Features: - Allow the profile of a codec to be set as well as queried by :gh-user:`davidplowman` in (:pr:`1625`). Fixes: + - Make ``VideoFrame.from_numpy_buffer()`` support buffers with padding by :gh-user:`davidplowman` in (:pr:`1635`). - Correct ``Colorspace``'s lowercase enums. - Updated ``sidedata.Type`` enum. diff --git a/av/about.py b/av/about.py index 229469150..4fcf9b8bb 100644 --- a/av/about.py +++ b/av/about.py @@ -1 +1 @@ -__version__ = "14.0.0" +__version__ = "14.0.1"