Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ uv --directory documentation/user_doc run mkdocs build --clean --site-dir ../../

The creation of a tag will automatically publish a release on Github. Ensure the tag is named with the version number:
```
VERSION=$(uv version --short) && echo $VERSION
VERSION=v$(uv version --short) && echo $VERSION
git tag -s $VERSION -m "Release $VERSION"
git push --tags
```

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "docx-generator"
version = "0.9.0"
version = "0.9.1"
description = "Tool to generate docx report from docx template and json data"
readme = "README.md"
authors = [
Expand All @@ -15,7 +15,6 @@ dependencies = [
"mistletoe==0.7.2",
"python-docx==1.1.2",
"requests~=2.31.0",
"setuptools==65.5.1",
]

[project.urls]
Expand Down
4 changes: 1 addition & 3 deletions uv.lock

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