Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
058fef7559 | ||
|
|
f47d5318cf |
@@ -1,6 +1,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.26.3 (2021-08-21)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Restore runtime dependency ``setuptools`` for Python < 3.8
|
||||||
|
|
||||||
1.26.2 (2021-08-03)
|
1.26.2 (2021-08-03)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ include_package_data = True
|
|||||||
install_requires =
|
install_requires =
|
||||||
pathspec >= 0.5.3
|
pathspec >= 0.5.3
|
||||||
pyyaml
|
pyyaml
|
||||||
setuptools; python_version < "3.8"
|
setuptools
|
||||||
|
|
||||||
test_suite = tests
|
test_suite = tests
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ indentation, etc."""
|
|||||||
|
|
||||||
|
|
||||||
APP_NAME = 'yamllint'
|
APP_NAME = 'yamllint'
|
||||||
APP_VERSION = '1.26.2'
|
APP_VERSION = '1.26.3'
|
||||||
APP_DESCRIPTION = __doc__
|
APP_DESCRIPTION = __doc__
|
||||||
|
|
||||||
__author__ = u'Adrien Vergé'
|
__author__ = u'Adrien Vergé'
|
||||||
|
|||||||
Reference in New Issue
Block a user