Prepare for v0.5b1

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2019-10-08 10:09:58 +09:00
parent 798a1a7db8
commit 43bca586aa
2 changed files with 20 additions and 10 deletions

View File

@@ -14,17 +14,9 @@ Current changes
Added
-----
* Add feature to support installation of Qt Tools
* Add CI test for tool installation
Changed
-------
* CI test target
- add 5.14.0
- remove 5.11.3
- change patch_levels to up-to-date
Fixed
-----
@@ -37,6 +29,23 @@ Removed
Security
--------
`v0.5b1`_ (8, Oct., 2019)
=========================
Added
-----
* Add feature to support installation of Qt Tools
* Add CI test for tool installation
Changed
-------
* CI test target
- add 5.14.0
- remove 5.11.3
- change patch_levels to up-to-date
`v0.4.3`_ (25, Sep, 2019)
=========================
@@ -213,7 +222,8 @@ Fixed
* Fork from https://git.kaidan.im/lnj/qli-installer
.. _Unreleased: https://github.com/miurahr/qli-installer/compare/v0.4.3...HEAD
.. _Unreleased: https://github.com/miurahr/qli-installer/compare/v0.5b1...HEAD
.. _v0.5b1: https://github.com/miurahr/qli-installer/compare/v0.4.3...v0.5b1
.. _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

View File

@@ -12,7 +12,7 @@ def readme():
setup(name='aqtinstall',
version='0.4.3',
version='0.5b1',
description='Another unofficial Qt installer',
url='http://github.com/miurahr/aqtinstall',
license='MIT',