From 1786b69337cb4addf3f2679044597b6cb10ba28c Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Wed, 25 Sep 2019 23:16:07 +0900 Subject: [PATCH] Prepare for v0.4.3 Signed-off-by: Hiroshi Miura --- CHANGELOG.rst | 12 +++++++++++- setup.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d1aab55..b217e56 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -30,6 +30,15 @@ Security -------- +`v0.4.3`_ (25, Sep, 2019) +========================= + +Fixed +----- + +* Allow multiple redirection to mirror site.(#41) + + `v0.4.2`_ (28, Jul, 2019) ========================= @@ -196,7 +205,8 @@ Fixed * Fork from https://git.kaidan.im/lnj/qli-installer -.. _Unreleased: https://github.com/miurahr/qli-installer/compare/v0.4.2...HEAD +.. _Unreleased: https://github.com/miurahr/qli-installer/compare/v0.4.3...HEAD +.. _v0.4.3: https://github.com/miurahr/qli-installer/compare/v0.4.2...v0.4.3 .. _v0.4.2: https://github.com/miurahr/qli-installer/compare/v0.4.1...v0.4.2 .. _v0.4.1: https://github.com/miurahr/qli-installer/compare/v0.4.0...v0.4.1 .. _v0.4.0: https://github.com/miurahr/qli-installer/compare/v0.3.1...v0.4.0 diff --git a/setup.py b/setup.py index 241a509..b113bbb 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def readme(): setup(name='aqtinstall', - version='0.4.1', + version='0.4.3', description='Another unofficial Qt installer', url='http://github.com/miurahr/aqtinstall', license='MIT',