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
2 changes: 1 addition & 1 deletion PyHardLinkBackup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"""

# See https://packaging.python.org/en/latest/specifications/version-specifiers/
__version__ = '1.9.0'
__version__ = '1.9.1'
__author__ = 'Jens Diemer <PyHardLinkBackup@jensdiemer.de>'
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ Overview of main changes:

[comment]: <> (✂✂✂ auto generated history start ✂✂✂)

* [v1.9.1](https://github.com/jedie/PyHardLinkBackup/compare/v1.9.0...v1.9.1)
* 2026-04-14 - fix pipx installation and set requires-python to ">=3.13"
* [v1.9.0](https://github.com/jedie/PyHardLinkBackup/compare/v1.8.4...v1.9.0)
* 2026-04-14 - Update existing links in has database
* 2026-04-14 - Update requirements
Expand All @@ -292,15 +294,15 @@ Overview of main changes:
* [v1.8.3](https://github.com/jedie/PyHardLinkBackup/compare/v1.8.2...v1.8.3)
* 2026-04-01 - Update requirements
* 2026-03-30 - Bump pygments from 2.19.2 to 2.20.0

<details><summary>Expand older history entries ...</summary>

* [v1.8.2](https://github.com/jedie/PyHardLinkBackup/compare/v1.8.1...v1.8.2)
* 2026-03-28 - Update tests
* 2026-03-28 - fix code style
* 2026-03-28 - Update requirements
* 2026-03-28 - apply manageprojects updates
* 2026-03-25 - fix some code styles

<details><summary>Expand older history entries ...</summary>

* [v1.8.1](https://github.com/jedie/PyHardLinkBackup/compare/v1.8.0...v1.8.1)
* 2026-01-24 - Update packaging commands related to new direct "uv" usage
* 2026-01-24 - Bugfix "rebuild" command
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ readme = "README.md"
authors = [
{name = 'Jens Diemer', email = 'PyHardLinkBackup@jensdiemer.de'}
]
requires-python = ">=3.12"
requires-python = ">=3.13"
dependencies = [
"cli-base-utilities", # https://github.com/jedie/cli-base-utilities
"cli-base-utilities>=0.30.0", # https://github.com/jedie/cli-base-utilities
"bx_py_utils", # https://github.com/boxine/bx_py_utils
"tyro", # https://github.com/brentyi/tyro
"rich", # https://github.com/Textualize/rich
Expand Down
Loading
Loading