Skip to content

Commit 4047a49

Browse files
committed
Tag v0.0.16 (backport updates from python, pytest)
1 parent 95657d4 commit 4047a49

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.16 (unreleased)
29+
## gp-libs 0.0.17 (unreleased)
30+
31+
_Add your latest changes from PRs here_
32+
33+
## gp-libs 0.0.16 (2025-11-25)
3034

3135
### Features
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.15"
3+
version = "0.0.16"
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.15"
8+
__version__ = "0.0.16"
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)