Skip to content

Commit

Permalink
Add Mkdocs v1.2.4 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Sep 28, 2022
1 parent 322d2ba commit e188fb2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.8.2
current_version = 3.9.0

[bumpversion:file:mkdocs_include_markdown_plugin/__init__.py]

Expand Down
2 changes: 1 addition & 1 deletion mkdocs_include_markdown_plugin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__title__ = 'mkdocs_include_markdown_plugin'
__version__ = '3.8.2'
__version__ = '3.9.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mkdocs_include_markdown_plugin
version = 3.8.2
version = 3.9.0
description = Mkdocs Markdown includer plugin.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[tox]
envlist = py3{7,8,9,10}-mkdocs{131,140}
envlist = py3{7,8,9,10}-mkdocs{124,131,140}
skip_missing_interpreters = true

[testenv]
extras =
test
deps =
mkdocs124: mkdocs==1.2.4
mkdocs131: mkdocs==1.3.1
mkdocs140: mkdocs==1.4.0
commands = pytest --cov=mkdocs_include_markdown_plugin \
Expand Down

0 comments on commit e188fb2

Please sign in to comment.