Skip to content

Commit ce1ef5c

Browse files
committed
fix: drop support for 3.8 in 1.1.2
1 parent 2cb0aad commit ce1ef5c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.2
4+
5+
- Dropped official support for Python 3.8
6+
37
## 1.1.1
48

59
- Removed overly restrictive directory structure. It is now possible to call directories outside of your current directory. [#139]
@@ -8,7 +12,6 @@
812
- Remove use of warning_filter (deprecated) [#108]
913
- add support for monorepos with symlink folders [#122]
1014
- Fix edit URL for included projects with nested site_name [#128]
11-
- Dropped official support for Python 3.8
1215

1316
## 1.1.0
1417

setup.py

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

33
setuptools.setup(
44
name="mkdocs-monorepo-plugin",
5-
version="1.1.1",
5+
version="1.1.2",
66
description="Plugin for adding monorepository support in Mkdocs.",
77
long_description="""
88
This introduces support for the !include syntax in mkdocs.yml, allowing you to import additional Mkdocs navigation.

0 commit comments

Comments
 (0)