mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
@@ -30,6 +30,15 @@ Security
|
|||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
||||||
|
`v0.4.3`_ (25, Sep, 2019)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
Fixed
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Allow multiple redirection to mirror site.(#41)
|
||||||
|
|
||||||
|
|
||||||
`v0.4.2`_ (28, Jul, 2019)
|
`v0.4.2`_ (28, Jul, 2019)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
@@ -196,7 +205,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.4.2...HEAD
|
.. _Unreleased: https://github.com/miurahr/qli-installer/compare/v0.4.3...HEAD
|
||||||
|
.. _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.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
|
.. _v0.4.1: https://github.com/miurahr/qli-installer/compare/v0.4.0...v0.4.1
|
||||||
.. _v0.4.0: https://github.com/miurahr/qli-installer/compare/v0.3.1...v0.4.0
|
.. _v0.4.0: https://github.com/miurahr/qli-installer/compare/v0.3.1...v0.4.0
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -12,7 +12,7 @@ def readme():
|
|||||||
|
|
||||||
|
|
||||||
setup(name='aqtinstall',
|
setup(name='aqtinstall',
|
||||||
version='0.4.1',
|
version='0.4.3',
|
||||||
description='Another unofficial Qt installer',
|
description='Another unofficial Qt installer',
|
||||||
url='http://github.com/miurahr/aqtinstall',
|
url='http://github.com/miurahr/aqtinstall',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
|||||||
Reference in New Issue
Block a user