diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 544568ae9e..9be46666fc 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.1 (*in development*) +## Version 1.1 (2020-02-22) ### Major Additions to Version 1.1 @@ -52,8 +52,10 @@ Additionaly, 2 filenames were changed in this update. If you are using a theme which inherits from the `mkdocs` theme, the theme developer may need to update these filenames as follows. - css/bootstrap-custom.min.css => css/bootstrap.min.css - js/bootstrap-3.0.3.min.js => js/bootstrap.min.js +```text +css/bootstrap-custom.min.css => css/bootstrap.min.css +js/bootstrap-3.0.3.min.js => js/bootstrap.min.js +``` [Bootswatch 4.1]: https://getbootstrap.com/docs/4.1/getting-started/introduction/ diff --git a/mkdocs/__init__.py b/mkdocs/__init__.py index c359894e45..4260d182cf 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.1.dev0' +__version__ = '1.1'