mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
Up version to 0.17.3.
This commit is contained in:
@@ -21,6 +21,10 @@ The current and past members of the MkDocs team.
|
||||
* [@d0ugal](https://github.com/d0ugal/)
|
||||
* [@waylan](https://github.com/waylan/)
|
||||
|
||||
## Version 0.17.3 (2018-03-07)
|
||||
|
||||
* Bugfix: Set dependency `tornado>=4.1,<5.0` due to changes in 5.0 (#1428).
|
||||
|
||||
## Version 0.17.2 (2017-11-15)
|
||||
|
||||
* Bugfix: Correct `extra_*` config setting regressions (#1335 & #1336).
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
|
||||
__version__ = '0.17.2'
|
||||
__version__ = '0.17.3'
|
||||
|
||||
Reference in New Issue
Block a user