mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 13:14:37 +03:00
prepare for version 0.2.0
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -17,15 +17,9 @@ Added
|
|||||||
Changed
|
Changed
|
||||||
-------
|
-------
|
||||||
|
|
||||||
* Install not only basic packages also optional packages.
|
|
||||||
* Rename project/command to aqt - Another QT installer
|
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
-----
|
-----
|
||||||
|
|
||||||
* Update mkspecs/qconfig.pri to indicate QT_EDITION is OpenSource
|
|
||||||
* Support Python2
|
|
||||||
|
|
||||||
Deprecated
|
Deprecated
|
||||||
----------
|
----------
|
||||||
|
|
||||||
@@ -35,8 +29,23 @@ Removed
|
|||||||
Security
|
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)
|
`v0.1.0`_ (5, March, 2019)
|
||||||
========================
|
==========================
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
-------
|
-------
|
||||||
@@ -70,7 +79,8 @@ Fixed
|
|||||||
|
|
||||||
* Fork from https://git.kaidan.im/lnj/qli-installer
|
* 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.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.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
|
.. _v0.0.1: https://github.com/miurahr/qli-installer/releases/tag/v0.0.1
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -13,7 +13,7 @@ def readme():
|
|||||||
|
|
||||||
setup(name='aqtinstall',
|
setup(name='aqtinstall',
|
||||||
version='0.2.0',
|
version='0.2.0',
|
||||||
description='Another Qt installer',
|
description='Another unoffical Qt installer',
|
||||||
url='http://github.com/miurahr/qli-installer',
|
url='http://github.com/miurahr/qli-installer',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
long_description=readme(),
|
long_description=readme(),
|
||||||
|
|||||||
Reference in New Issue
Block a user