From 23e05deabcc11d1bff35b735eb39d60324fc0552 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sun, 17 Nov 2019 00:08:58 +0900 Subject: [PATCH] Prepare for pre-release v0.6a1 Signed-off-by: Hiroshi Miura --- CHANGELOG.rst | 33 +++++++++++++++++++++++---------- setup.py | 2 +- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a715313..baea366 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,27 @@ Current changes Added ----- +Changed +------- + +Fixed +----- + +Deprecated +---------- + +Removed +------- + +Security +-------- + +`v0.6a1`_ (17, Nov., 2019) +========================= + +Added +----- + * More build test with sample project which uses an extra module.(#56) * Add support for installation of WebAssembly component by specifying 'wasm_32' as an arch argument.(#53, #55) @@ -28,15 +49,6 @@ Fixed * Dependency for py7zr only for python > 3.5. Now it works with python2.7. -Deprecated ----------- - -Removed -------- - -Security --------- - `v0.5`_ (10, Nov., 2019) ========================= @@ -260,7 +272,8 @@ Fixed .. _requests: https://pypi.org/project/requests .. _argparse: https://pypi.org/project/argparse/ -.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v0.5...HEAD +.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v0.6a1...HEAD +.. _v0.6b1: https://github.com/miurahr/aqtinstall/compare/v0.5...v0.6a1 .. _v0.5: https://github.com/miurahr/aqtinstall/compare/v0.5b2...v0.5 .. _v0.5b2: https://github.com/miurahr/aqtinstall/compare/v0.5b1...v0.5b2 .. _v0.5b1: https://github.com/miurahr/aqtinstall/compare/v0.4.3...v0.5b1 diff --git a/setup.py b/setup.py index 446e5f3..7613e55 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def readme(): setup(name='aqtinstall', - version='0.5', + version='0.6a1', description='Another unofficial Qt installer', url='http://github.com/miurahr/aqtinstall', license='MIT',