Skip to content

Commit ff0b726

Browse files
committed
Bump version to 1.1.2.
1 parent 58d70c2 commit ff0b726

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/about/release-notes.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@ The current and past members of the MkDocs team.
2121
* [@d0ugal](https://github.com/d0ugal/)
2222
* [@waylan](https://github.com/waylan/)
2323

24-
## Version 1.1.2 (Under development)
24+
## Version 1.1.2 (2020-05-14)
2525

26-
* Bugfix: Normalize IP addresses and change error to warning (#2108).
26+
* Bugfix: Normalize IP addresses and change unsupported address error to a
27+
warning (#2108).
2728

2829
## Version 1.1.1 (2020-05-12)
2930

3031
* Bugfix: Allow compressed sitemap to be deterministic by supporting the
3132
`SOURCE_DATE_EPOCH` environment variable (#2100).
32-
* Bugfix: Use README.md as index.html even if use_directory_urls is false (#2081).
33+
* Bugfix: Use `README.md` as `index.html` even if `use_directory_urls` is false
34+
(#2081).
3335
* Bugfix: Ignore links which start with a backslash (#1680).
3436
* Bugfix: Pass `builder` to the `on_serve` event so that it can be passed to
3537
`server.watch` by plugins (#1952).

mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
5-
__version__ = '1.1.1'
5+
__version__ = '1.1.2'

0 commit comments

Comments
 (0)