Skip to content

Commit e59d9c8

Browse files
authoredMay 11, 2022
Bump version, fix mkdocs issue with readthedocs (#35)
1 parent 7284167 commit e59d9c8

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.4.1 (2022-05-11)
2+
3+
- Updated `mkdocs` dependency to fix issue with Read the Docs.
4+
15
# 1.4.0 (2022-05-10)
26

37
- Updated a number of packages to fix linter and pre-commit issues

‎docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mkdocs==1.2.3; python_version >= "3.6"
1+
mkdocs==1.3.0; python_version >= "3.6"
22
pygments==2.12.0; python_version >= "3.6"

‎poetry.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "python_anvil"
4-
version = "1.4.0"
4+
version = "1.4.1"
55
description = "Anvil API"
66

77
license = "MIT"
@@ -68,7 +68,7 @@ freezegun = "*"
6868
coveragespace = {git = "https://github.com/jacebrowning/coverage-space-cli.git", rev = "c167484787a223227b1ad5393300f8ca2bafe7a2"}
6969

7070
# Documentation
71-
mkdocs = "1.2.3"
71+
mkdocs = "1.3.0"
7272
pygments = "^2.5.2"
7373

7474
# Tooling

0 commit comments

Comments
 (0)
Please sign in to comment.