diff --git a/.github/workflows/executables.yml b/.github/workflows/executables.yml index d96fbef5..938f4186 100644 --- a/.github/workflows/executables.yml +++ b/.github/workflows/executables.yml @@ -21,7 +21,7 @@ jobs: - name: Build executable run: | - pip install requests urllib3==1.25.11 youtube-dl pyinstaller + pip install requests requests[socks] urllib3==1.25.11 youtube-dl pyinstaller python scripts/pyinstaller.py - name: Upload executable diff --git a/CHANGELOG.md b/CHANGELOG.md index d57583e3..3e038220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## Unreleased + ## 1.17.2 - 2021-04-02 ### Additions - [deviantart] add support for posts from watched users ([#794](https://github.com/mikf/gallery-dl/issues/794)) diff --git a/gallery_dl/version.py b/gallery_dl/version.py index b75f444f..0f468145 100644 --- a/gallery_dl/version.py +++ b/gallery_dl/version.py @@ -6,4 +6,4 @@ # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. -__version__ = "1.17.2" +__version__ = "1.17.3-dev"