From cd43e9a24346f7db8d2646e0287f8d40735360ff Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 4 Jun 2021 13:49:32 -0400 Subject: [PATCH] Bump version to 1.2 --- docs/about/release-notes.md | 2 +- mkdocs/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 6af33e4559..137bb9d304 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -21,7 +21,7 @@ The current and past members of the MkDocs team. * [@d0ugal](https://github.com/d0ugal/) * [@waylan](https://github.com/waylan/) -## Version 1.2 (Under development) +## Version 1.2 (2021-06-04) ### Major Additions to Version 1.2 diff --git a/mkdocs/__init__.py b/mkdocs/__init__.py index fee47ff7bc..ce5995e10f 100644 --- a/mkdocs/__init__.py +++ b/mkdocs/__init__.py @@ -2,4 +2,4 @@ # For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/ -__version__ = '1.2.dev1' +__version__ = '1.2'