From d04e07d93be85a8c69519b2ca57dd7a62b267110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 14 Mar 2022 18:06:36 +0100 Subject: [PATCH] build executables on windows-2019 windows-2016 gets removed on 2022.03.15 --- .github/workflows/executables.yml | 2 +- gallery_dl/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/executables.yml b/.github/workflows/executables.yml index d1fc5e11..8a7313d0 100644 --- a/.github/workflows/executables.yml +++ b/.github/workflows/executables.yml @@ -13,7 +13,7 @@ jobs: python-version: ["3.9"] architecture: ["x64"] include: - - os: "windows-2016" + - os: "windows-2019" python-version: "3.8" architecture: "x86" diff --git a/gallery_dl/version.py b/gallery_dl/version.py index 54c81aab..7bd89ecd 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.21.0" +__version__ = "1.21.1-dev"