diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ec663d..e1fe3f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## [v1.3.8](https://github.com/jnoortheen/arger/releases/tag/v1.3.8) - 2021-04-11
+
+[Compare with v1.3.7](https://github.com/jnoortheen/arger/compare/v1.3.7...v1.3.8)
+
+### Bug Fixes
+- Handle failing mkdocs build ([8d72d4d](https://github.com/jnoortheen/arger/commit/8d72d4db25ea39c52f1ddca31975f12db16ac2c8) by Noortheen Raja).
+
+
## [v1.3.7](https://github.com/jnoortheen/arger/releases/tag/v1.3.7) - 2021-04-11
[Compare with v1.3.6](https://github.com/jnoortheen/arger/compare/v1.3.6...v1.3.7)
diff --git a/poetry.lock b/poetry.lock
index 4539956..7c96829 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -730,18 +730,6 @@ Markdown = ">=3.2.1"
PyYAML = ">=3.10"
tornado = ">=5.0"
-[[package]]
-name = "mkdocs-autorefs"
-version = "0.1.1"
-description = "Automatically link across pages in MkDocs."
-category = "dev"
-optional = false
-python-versions = ">=3.6,<4.0"
-
-[package.dependencies]
-Markdown = ">=3.3,<4.0"
-mkdocs = ">=1.1,<2.0"
-
[[package]]
name = "mkdocs-material"
version = "6.2.8"
@@ -770,7 +758,7 @@ mkdocs-material = ">=5.0.0"
[[package]]
name = "mkdocstrings"
-version = "0.15.0"
+version = "0.14.0"
description = "Automatic documentation from sources, for MkDocs."
category = "dev"
optional = false
@@ -781,9 +769,8 @@ Jinja2 = ">=2.11,<3.0"
Markdown = ">=3.3,<4.0"
MarkupSafe = ">=1.1,<2.0"
mkdocs = ">=1.1,<2.0"
-mkdocs-autorefs = ">=0.1,<0.2"
pymdown-extensions = ">=6.3,<9.0"
-pytkdocs = ">=0.2.0,<0.12.0"
+pytkdocs = ">=0.2.0,<0.11.0"
[[package]]
name = "mknotebooks"
@@ -1656,7 +1643,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
[metadata]
lock-version = "1.1"
python-versions = ">=3.6"
-content-hash = "755375d283a2544c415a9b7f1f613ff2d2da679f9c8205f179bcedefbdc5a63a"
+content-hash = "50a81eb7207c92ef432a2518ae3d5253ea2a0f394b163cd81a9f594da896ddd7"
[metadata.files]
aiohttp = [
@@ -2077,10 +2064,6 @@ mkdocs = [
{file = "mkdocs-1.1.2-py3-none-any.whl", hash = "sha256:096f52ff52c02c7e90332d2e53da862fde5c062086e1b5356a6e392d5d60f5e9"},
{file = "mkdocs-1.1.2.tar.gz", hash = "sha256:f0b61e5402b99d7789efa032c7a74c90a20220a9c81749da06dbfbcbd52ffb39"},
]
-mkdocs-autorefs = [
- {file = "mkdocs-autorefs-0.1.1.tar.gz", hash = "sha256:ff9386ceb1ceeb88786696c7534ec31a6248a4828a5a2f8fea9d2699f650e3ab"},
- {file = "mkdocs_autorefs-0.1.1-py3-none-any.whl", hash = "sha256:8bed8e81db45bb8d25e30e09d9d2943a7ceb92d3ad6b51e84618027c55c398eb"},
-]
mkdocs-material = [
{file = "mkdocs-material-6.2.8.tar.gz", hash = "sha256:ce2f4a71e5db49540d71fd32f9afba7645765f7eca391e560d1d27f947eb344c"},
{file = "mkdocs_material-6.2.8-py2.py3-none-any.whl", hash = "sha256:c9b63d709d29778aa3dafc7178b6a8c655b00937be2594aab016d1423696c792"},
@@ -2090,8 +2073,8 @@ mkdocs-material-extensions = [
{file = "mkdocs_material_extensions-1.0.1-py3-none-any.whl", hash = "sha256:d90c807a88348aa6d1805657ec5c0b2d8d609c110e62b9dce4daf7fa981fa338"},
]
mkdocstrings = [
- {file = "mkdocstrings-0.15.0-py3-none-any.whl", hash = "sha256:a9891420c6b9e91903a4cdf4eaf5b79dab71f3af992f7871fb43fb0f869bb26f"},
- {file = "mkdocstrings-0.15.0.tar.gz", hash = "sha256:f1e46125c7381beccb79f213468fb4e5c4492d1c6881c06b8afbec30c737733c"},
+ {file = "mkdocstrings-0.14.0-py3-none-any.whl", hash = "sha256:ac821a339c53e843045d3915de208e389d48493f2612a4317cde841677bcbe48"},
+ {file = "mkdocstrings-0.14.0.tar.gz", hash = "sha256:f1b832943c4fe980fcfc17d07abfe9a8091044dbf553cb7be0ca263953130b2c"},
]
mknotebooks = [
{file = "mknotebooks-0.7.0.post0.dev8-py3-none-any.whl", hash = "sha256:7d1bcfb109536758378f3f26a31f4bf6b092a1196c9ef1499c7e68ab396ac7dd"},
diff --git a/pyproject.toml b/pyproject.toml
index 54ac989..a11fc12 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "arger"
-version = "1.3.7"
+version = "1.3.8"
description = "Create argparser automatically from functions"
license = "MIT"