Skip to content

Commit

Permalink
🔖 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pstoeckle committed Nov 16, 2022
1 parent a9edbf9 commit f85a17d
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 5 deletions.
79 changes: 76 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gl-pages-forward"
version = "0.1.2"
version = "0.1.3"
description = "Script to create forward pages."
authors = ["Patrick Stöckle <patrick.stoeckle@posteo.de>"]
maintainers = ["Patrick Stöckle <patrick.stoeckle@posteo.de>"]
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/pstoeckle/GitLab-Forward-Pages.git"
license = "Apache-2.0"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
python = ">=3.7,<4.0"
typer = "^0.7.0"
minify-html = "^0.10.3"
Jinja2 = "^3.1.2"
Expand Down

0 comments on commit f85a17d

Please sign in to comment.