From 1f41f33eaeadf4e42b0215628a4657511886ccea Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 3 Aug 2018 09:09:51 -0400 Subject: [PATCH] Upped version 1.0 Final! --- docs/about/release-notes.md | 7 ++++--- mkdocs/__init__.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index c4a071d2..a1356c67 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -11,7 +11,8 @@ To upgrade MkDocs to the latest version, use pip: You can determine your currently installed version using `mkdocs --version`: $ mkdocs --version - mkdocs, version 0.15.2 + mkdocs, version 1.0 from /path/to/mkdocs (Python 3.6) + ## Maintenance team @@ -21,7 +22,7 @@ The current and past members of the MkDocs team. * [@d0ugal](https://github.com/d0ugal/) * [@waylan](https://github.com/waylan/) -## Version 1.0 (2018-??-??) +## Version 1.0 (2018-08-03) ### Major Additions to Version 1.0 @@ -273,7 +274,7 @@ value to the `theme.custom_dir` option and a warning was issued. As of version * Bugfix: Fix Python 3.7 and PEP 479 incompatibility (#1518). -## Version 0.17.4 +## Version 0.17.4 (2018-06-08) * Bugfix: Add multi-level nesting support to sitemap.xml (#1482). diff --git a/mkdocs/__init__.py b/mkdocs/__init__.py index 5dc3d271..8243d15b 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__ = '1.0rc1' +__version__ = '1.0'