Up version to 1.0.dev

And update release notes to include 0.17.5.
This commit is contained in:
Waylan Limberg
2018-07-06 10:54:44 -04:00
parent 67630d888b
commit 2f34aec1eb
2 changed files with 7 additions and 3 deletions

View File

@@ -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).

View File

@@ -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'