Skip to content

Commit

Permalink
REL: 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jul 19, 2023
1 parent 0e95067 commit 7d0bc54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
name: Version ${{ GITHUB_REF_NAME }}, ${{ env.date }}
name: Version ${{ env.GITHUB_REF_NAME }}, ${{ env.date }}
draft: false
prerelease: false
body: Body is ${{ env.tag_body }}
2 changes: 1 addition & 1 deletion pdfly/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.13"
__version__ = "0.2.14"

0 comments on commit 7d0bc54

Please sign in to comment.