Skip to content

Commit

Permalink
5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaM-TL committed Jan 7, 2025
1 parent 92b299f commit 5163eed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

# - name: Upload artifact signatures to GitHub Release
# env:
# GITHUB_TOKEN: ${{ github.token }}
# run: gh release upload '${{ github.pypi }}' dist/** --repo '${{ github.repository }}'
- name: Upload artifact signatures to GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
run: gh release upload '${{ github.pypi }}' dist/** --repo '${{ github.repository }}'
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 2025

5.1.6 I hope, that locale will be added

5.1.5 fixed right mouse button for crop, small code polishing

## 2024
Expand Down
2 changes: 1 addition & 1 deletion fotokilof/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
THE SOFTWARE.
"""

__version__ = "5.1.5"
__version__ = "5.1.6"
__author__ = "Tomasz Łuczak"
__email__ = "[email protected]"
__appname__ = "FotoKilof"
Expand Down

0 comments on commit 5163eed

Please sign in to comment.