Bump version to 1.1

This commit is contained in:
Waylan Limberg
2020-02-22 18:46:01 -05:00
parent 675681448e
commit eddeeab066
2 changed files with 6 additions and 4 deletions

View File

@@ -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/

View File

@@ -2,4 +2,4 @@
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
__version__ = '1.1.dev0'
__version__ = '1.1'