mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
Prepare for pre-release v0.6a1
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -14,6 +14,27 @@ Current changes
|
|||||||
Added
|
Added
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Changed
|
||||||
|
-------
|
||||||
|
|
||||||
|
Fixed
|
||||||
|
-----
|
||||||
|
|
||||||
|
Deprecated
|
||||||
|
----------
|
||||||
|
|
||||||
|
Removed
|
||||||
|
-------
|
||||||
|
|
||||||
|
Security
|
||||||
|
--------
|
||||||
|
|
||||||
|
`v0.6a1`_ (17, Nov., 2019)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
Added
|
||||||
|
-----
|
||||||
|
|
||||||
* More build test with sample project which uses an extra module.(#56)
|
* More build test with sample project which uses an extra module.(#56)
|
||||||
* Add support for installation of WebAssembly component by specifying
|
* Add support for installation of WebAssembly component by specifying
|
||||||
'wasm_32' as an arch argument.(#53, #55)
|
'wasm_32' as an arch argument.(#53, #55)
|
||||||
@@ -28,15 +49,6 @@ Fixed
|
|||||||
|
|
||||||
* Dependency for py7zr only for python > 3.5. Now it works with python2.7.
|
* Dependency for py7zr only for python > 3.5. Now it works with python2.7.
|
||||||
|
|
||||||
Deprecated
|
|
||||||
----------
|
|
||||||
|
|
||||||
Removed
|
|
||||||
-------
|
|
||||||
|
|
||||||
Security
|
|
||||||
--------
|
|
||||||
|
|
||||||
`v0.5`_ (10, Nov., 2019)
|
`v0.5`_ (10, Nov., 2019)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
@@ -260,7 +272,8 @@ Fixed
|
|||||||
.. _requests: https://pypi.org/project/requests
|
.. _requests: https://pypi.org/project/requests
|
||||||
.. _argparse: https://pypi.org/project/argparse/
|
.. _argparse: https://pypi.org/project/argparse/
|
||||||
|
|
||||||
.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v0.5...HEAD
|
.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v0.6a1...HEAD
|
||||||
|
.. _v0.6b1: https://github.com/miurahr/aqtinstall/compare/v0.5...v0.6a1
|
||||||
.. _v0.5: https://github.com/miurahr/aqtinstall/compare/v0.5b2...v0.5
|
.. _v0.5: https://github.com/miurahr/aqtinstall/compare/v0.5b2...v0.5
|
||||||
.. _v0.5b2: https://github.com/miurahr/aqtinstall/compare/v0.5b1...v0.5b2
|
.. _v0.5b2: https://github.com/miurahr/aqtinstall/compare/v0.5b1...v0.5b2
|
||||||
.. _v0.5b1: https://github.com/miurahr/aqtinstall/compare/v0.4.3...v0.5b1
|
.. _v0.5b1: https://github.com/miurahr/aqtinstall/compare/v0.4.3...v0.5b1
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -12,7 +12,7 @@ def readme():
|
|||||||
|
|
||||||
|
|
||||||
setup(name='aqtinstall',
|
setup(name='aqtinstall',
|
||||||
version='0.5',
|
version='0.6a1',
|
||||||
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