mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Up version to 1.0.dev
And update release notes to include 0.17.5.
This commit is contained in:
@@ -21,9 +21,9 @@ The current and past members of the MkDocs team.
|
||||
* [@d0ugal](https://github.com/d0ugal/)
|
||||
* [@waylan](https://github.com/waylan/)
|
||||
|
||||
## Development Version
|
||||
## Version 1.0 (2018-??-??)
|
||||
|
||||
### Major Additions to Development Version
|
||||
### Major Additions to Version 1.0
|
||||
|
||||
#### Internal Refactor of Pages, Files, and Navigation
|
||||
|
||||
@@ -227,6 +227,10 @@ authors should review how [search and themes] interact.
|
||||
* Update links to Python-Markdown library (#1360).
|
||||
* Document how to generate manpages for MkDocs commands (#686).
|
||||
|
||||
## Version 0.17.5 (2018-07-06)
|
||||
|
||||
* Bugfix: Fix Python 3.7 and PEP 479 incompatibility (#1518).
|
||||
|
||||
## Version 0.17.4
|
||||
|
||||
* Bugfix: Add multi-level nesting support to sitemap.xml (#1482).
|
||||
|
||||
@@ -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__ = '1.0.dev0'
|
||||
|
||||
Reference in New Issue
Block a user