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',