Skip to content

Commit 0ea84a5

Browse files
committed
Tag v0.0.17 (PyPI Trusted Publisher)
1 parent d5cd630 commit 0ea84a5

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGES

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ $ uv add gp-libs --prerelease allow
2626
$ uvx --from 'gp-libs' --prerelease allow gp-libs
2727
```
2828

29-
## gp-libs 0.0.17 (unreleased)
29+
## gp-libs 0.0.18 (unreleased)
30+
31+
<!-- To maintainers and contributors: Please add notes for the forthcoming version below -->
32+
33+
## gp-libs 0.0.17 (2025-12-07)
3034

3135
### CI
3236

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gp-libs"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
description = "Internal utilities for projects following git-pull python package spec"
55
requires-python = ">=3.10,<4.0"
66
authors = [

src/gp_libs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__title__ = "gp-libs"
66
__package_name__ = "gp_libs"
77
__description__ = "Internal utilities for git-pull projects"
8-
__version__ = "0.0.16"
8+
__version__ = "0.0.17"
99
__author__ = "Tony Narlock"
1010
__github__ = "https://github.com/git-pull/gp-libs"
1111
__docs__ = "https://gp-libs.git-pull.com"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)