Skip to content

Commit efc2b71

Browse files
committed
fix: Bump version to 1.5.1 and fix GitHub link in documentation
1 parent 73815c5 commit efc2b71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "p3g"
8-
version = "1.5.0"
8+
version = "1.5.1"
99
description = "Python Packages Project Generator"
1010
readme = "README.md"
1111
authors = ["Zeeland <[email protected]>"]

{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ hero:
1717
link: /guide/
1818
- theme: alt
1919
text: View on GitHub
20-
link: <https://github.com/{{> cookiecutter.github_name }}/{{ cookiecutter.project_name }}
20+
link: https://github.com/{{ cookiecutter.github_name }}/{{ cookiecutter.project_name }}
2121

2222
features:
2323

0 commit comments

Comments
 (0)