File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55
66## [ Unreleased]
77
8+ ## [ 0.1.3]
9+
10+ ### Fixed
11+
12+ - Fixed ` ffmpeg_dir ` attribute
13+
814## [ 0.1.2]
915
1016### Fixed
@@ -15,6 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1521
1622- First release via GitHub Action
1723
18- [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.2...HEAD
24+ [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.3...HEAD
25+ [ 0.1.3 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.2...v0.1.3
1926[ 0.1.2 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.1...v0.1.2
2027[ 0.1.1 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/94bbcc4...v0.1.1
Original file line number Diff line number Diff line change 1- __version__ = "0.1.2 "
1+ __version__ = "0.1.3 "
22__all__ = [
33 "ffmpeg_dir" ,
44 "ffmpeg_version" ,
You can’t perform that action at this time.
0 commit comments