Skip to content

Commit

Permalink
Prevent using Mau 2.x (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgiordani authored Oct 11, 2021
1 parent 037d62f commit 27c315a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Release type: patch

Update the dependencies so that Mau 2.x is not installed, as that will introduce API changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
python = ">=3.6.2,<4.0"
pelican = ">=4.5"
markdown = {version = ">=3.2", optional = true}
mau = ">=1.4.0"
mau = ">=1.4.0,<2.0"

[tool.poetry.dev-dependencies]
black = {version = "^21.4b2", allow-prereleases = true}
Expand Down

0 comments on commit 27c315a

Please sign in to comment.