From c35d0ee18f1e3452ee664b72621226794f38bac2 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Fri, 29 Nov 2019 22:20:38 +0900 Subject: [PATCH] Prepare for v0.6 Signed-off-by: Hiroshi Miura --- CHANGELOG.rst | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d61bf871..d43afb8d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -29,6 +29,11 @@ Removed Security -------- +`v0.6`_ (29, Nov., 2019) +========================== + +* same as v0.6b2 + `v0.6b2`_ (24, Nov., 2019) ========================== @@ -322,7 +327,8 @@ Fixed .. _requests: https://pypi.org/project/requests .. _argparse: https://pypi.org/project/argparse/ -.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v0.6b2...HEAD +.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v0.6...HEAD +.. _v0.6: https://github.com/miurahr/aqtinstall/compare/v0.6b2...v0.6 .. _v0.6b2: https://github.com/miurahr/aqtinstall/compare/v0.6b1...v0.6b2 .. _v0.6b1: https://github.com/miurahr/aqtinstall/compare/v0.6a2...v0.6b1 .. _v0.6a2: https://github.com/miurahr/aqtinstall/compare/v0.6a1...v0.6a2 diff --git a/setup.py b/setup.py index 55dff0c8..e9d4a334 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def readme(): setup(name='aqtinstall', - version='0.6b2', + version='0.6', description='Another unofficial Qt installer', url='http://github.com/miurahr/aqtinstall', license='MIT',