From 2f34aec1eb0f9351f1bd83f0ab2b33e6815ac09e Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 6 Jul 2018 10:54:44 -0400 Subject: [PATCH] Up version to 1.0.dev And update release notes to include 0.17.5. --- docs/about/release-notes.md | 8 ++++++-- mkdocs/__init__.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 04763bc3..3f07cb46 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -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). diff --git a/mkdocs/__init__.py b/mkdocs/__init__.py index 191e8c7e..a902a04f 100644 --- a/mkdocs/__init__.py +++ b/mkdocs/__init__.py @@ -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'