Skip to content

Commit

Permalink
Merge pull request #32 from Beherith/fix-release-desc
Browse files Browse the repository at this point in the history
Update build-and-release.yml
  • Loading branch information
Eugene 'marengo_hue' Rebedailo authored May 5, 2023
2 parents ab99b31 + 7150535 commit fca910f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
name: v${{ needs.validate_release_version.outputs.version }}
tag_name: ${{ needs.validate_release_version.outputs.tag_name }}
prerelease: false
body: v${{ needs.validate_release_version.outputs.package_desc }}
body: ${{ needs.validate_release_version.outputs.package_desc }}
files: |
pymapconv.v${{ needs.validate_release_version.outputs.version }}.linux-amd64.tar.gz
pymapconv.v${{ needs.validate_release_version.outputs.version }}.windows-amd64.zip
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# In case of minor updates or bug-fixes, bump the PATCH
# In case of new features which are backwards compatible with the old version, bump the MINOR
# In case of breaking changes, bump the MAJOR
__VERSION__ = "0.5.1"
__VERSION__ = "0.5.2"

# Update this string to add some notes to the GitHub release.
__VERSION_DESC__ = """
Expand Down

0 comments on commit fca910f

Please sign in to comment.