From 30cdf59077c5a264218c0e69efe06cd700e8acc9 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 27 Jul 2018 10:48:14 -0400 Subject: [PATCH] Up version to 1.0rc1 --- mkdocs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/__init__.py b/mkdocs/__init__.py index 3ac4f505..5dc3d271 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.0b1' +__version__ = '1.0rc1'