From 8ae0227e7ebf8ac4a203851e55992c2995cc28a1 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sun, 10 Nov 2019 13:27:23 +0900 Subject: [PATCH] Prepare for v0.5b2 Signed-off-by: Hiroshi Miura --- CHANGELOG.rst | 12 +++++++++--- setup.py | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 018605af..9d6becae 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,9 +17,6 @@ Added Changed ------- -* Change install path from /Qt/Qt/ to / (#48). - - Also update CI test to specify --outputdir that is $(BinariesDirectory)/Qt - Fixed ----- @@ -32,6 +29,15 @@ Removed Security -------- +`v0.5b2`_ (8, Oct., 2019) +========================= + +Changed +------- + +* Change install path from /Qt/Qt/ to / (#48). + - Also update CI test to specify --outputdir that is $(BinariesDirectory)/Qt + `v0.5b1`_ (8, Oct., 2019) ========================= diff --git a/setup.py b/setup.py index df50d997..459add21 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def readme(): setup(name='aqtinstall', - version='0.5b1', + version='0.5b2', description='Another unofficial Qt installer', url='http://github.com/miurahr/aqtinstall', license='MIT',