prepare for version 0.2.0

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2019-03-07 00:29:49 +09:00
parent b285685136
commit 9a706a21c5
2 changed files with 19 additions and 9 deletions

View File

@@ -17,15 +17,9 @@ Added
Changed
-------
* Install not only basic packages also optional packages.
* Rename project/command to aqt - Another QT installer
Fixed
-----
* Update mkspecs/qconfig.pri to indicate QT_EDITION is OpenSource
* Support Python2
Deprecated
----------
@@ -35,8 +29,23 @@ Removed
Security
--------
`v0.2.0`_ (7, March, 2019)
==========================
Changed
-------
* Install not only basic packages also optional packages.
* Rename project/command to aqt - Another QT installer
Fixed
-----
* Update mkspecs/qconfig.pri to indicate QT_EDITION is OpenSource
* Support Python2
`v0.1.0`_ (5, March, 2019)
========================
==========================
Changed
-------
@@ -70,7 +79,8 @@ Fixed
* Fork from https://git.kaidan.im/lnj/qli-installer
.. _Unreleased: https://github.com/miurahr/qli-installer/compare/v0.1.0...HEAD
.. _Unreleased: https://github.com/miurahr/qli-installer/compare/v0.2.0...HEAD
.. _v0.2.0: https://github.com/miurahr/qli-installer/compare/v0.1.0...v0.2.0
.. _v0.1.0: https://github.com/miurahr/qli-installer/compare/v0.0.2...v0.1.0
.. _v0.0.2: https://github.com/miurahr/qli-installer/compare/v0.0.1...v0.0.2
.. _v0.0.1: https://github.com/miurahr/qli-installer/releases/tag/v0.0.1

View File

@@ -13,7 +13,7 @@ def readme():
setup(name='aqtinstall',
version='0.2.0',
description='Another Qt installer',
description='Another unoffical Qt installer',
url='http://github.com/miurahr/qli-installer',
license='MIT',
long_description=readme(),