Bump version to 1.1.1.

This commit is contained in:
Waylan Limberg
2020-05-12 10:51:08 -04:00
parent 0d17a52899
commit 85b3befb6a
2 changed files with 2 additions and 2 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.1 (in development)
## Version 1.1.1 (2020-05-12)
* Bugfix: Allow compressed sitemap to be deterministic by supporting the
`SOURCE_DATE_EPOCH` environment variable (#2100).

View File

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