Skip to content

Commit

Permalink
chore: default stable documentation to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner authored and neersighted committed Aug 31, 2022
1 parent 9ade19e commit 2021d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tags = "/blog/tag/:title/"
description = "Python dependency management and packaging made easy"

[tool.website.config.params.documentation]
defaultVersion = "1.1"
defaultVersion = "1.2"

[tool.website.config.markup.goldmark.renderer]
unsafe = true
Expand All @@ -55,8 +55,8 @@ unsafe = true
keepWhitespace = true

[tool.website.versions]
"1.1" = "1.1"
"1.2" = "1.2"
"1.1" = "1.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 2021d3c

Please sign in to comment.