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
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 0.1.3]
9
+
10
+ ### Fixed
11
+
12
+ - Fixed ` ffmpeg_dir ` attribute
13
+
8
14
## [ 0.1.2]
9
15
10
16
### Fixed
@@ -15,6 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
15
21
16
22
- First release via GitHub Action
17
23
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
19
26
[ 0.1.2 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.1...v0.1.2
20
27
[ 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 "
2
2
__all__ = [
3
3
"ffmpeg_dir" ,
4
4
"ffmpeg_version" ,
You can’t perform that action at this time.
0 commit comments