Skip to content

Commit 4a3377d

Browse files
bump: version 1.1.2 → 1.1.3
1 parent 24fcf17 commit 4a3377d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.1.3 (2023-08-22)
2+
3+
### Fix
4+
5+
- **Wrong-versions-selected**: updated index and readme
6+
17
## v1.1.2 (2023-08-22)
28

39
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "check-mkdocs"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "Simple check/command-line tool that parses, validates and loads configuration, builds the mkdocs project documentation, and serves it via a web server"
55
readme = "README.md"
66
authors = ["Rodrigo Gonzalez <[email protected]>"]
@@ -44,7 +44,7 @@ mkdocstrings = {extras = ["optimize", "python"], version = "^0.22.0"}
4444

4545
[tool.commitizen]
4646
name = "cz_conventional_commits"
47-
version = "1.1.2"
47+
version = "1.1.3"
4848
tag_format = "v$version"
4949
version_type = "semver"
5050
update_changelog_on_bump = true

src/check_mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from check_mkdocs.check_mkdocs import main
22

3-
__version__ = "1.1.2"
3+
__version__ = "1.1.3"
44

55
__all__ = ["main", "__version__"]

0 commit comments

Comments
 (0)