We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2c1ca commit 4e168f8Copy full SHA for 4e168f8
CHANGELOG.md
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5
6
## [Unreleased]
7
8
+## [0.1.4]
9
+
10
+### Changed
11
12
+- Switched from `urllib` to `requests` package for HTTP interface
13
## [0.1.3]
14
15
### Fixed
src/ffmpeg_downloader/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.3"
+__version__ = "0.1.4"
2
__all__ = [
3
"ffmpeg_dir",
4
"ffmpeg_version",
0 commit comments