Skip to content

Commit

Permalink
Update to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HubTou authored Apr 14, 2024
1 parent 9a31d7f commit 26dc853
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ man/${NAME}.8.gz: man/${NAME}.8

package: man/${NAME}.8.gz
python -m build
mv dist/pnu_portstreelint-*.tar.gz `echo dist/pnu_portstreelint-*.tar.gz|sed "s:_:-:"`

upload-test:
python -m twine upload --repository testpypi dist/*
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = pnu-portstreelint
description = FreeBSD ports tree lint
long_description = file: README.md
long_description_content_type = text/markdown
version = 1.4.1
version = 1.4.2
license = BSD 3-Clause License
license_files = License
author = Hubert Tournier
Expand Down
2 changes: 1 addition & 1 deletion src/portstreelint/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from .show_summary import show_summary

# Version string used by the what(1) and ident(1) commands:
ID = "@(#) $Id: portstreelint - FreeBSD ports tree lint v1.4.1 (April 13, 2024) by Hubert Tournier $"
ID = "@(#) $Id: portstreelint - FreeBSD ports tree lint v1.4.2 (April 14, 2024) by Hubert Tournier $"

# Default parameters. Can be overcome by command line options:
parameters = {
Expand Down

0 comments on commit 26dc853

Please sign in to comment.