Skip to content

Commit d027762

Browse files
committed
Tag v0.0.15 (Drop Python 3.9)
1 parent ee8e33c commit d027762

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGES

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

29-
## gp-libs 0.0.15 (unreleased)
29+
## gp-libs 0.0.16 (unreleased)
3030

3131
- _Add your latest changes from PRs here_
3232

33+
## gp-libs 0.0.15 (2025-11-01)
34+
3335
### Breaking changes
3436

3537
- Drop Python 3.9 (#54)

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.14"
3+
version = "0.0.15"
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.14"
8+
__version__ = "0.0.15"
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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)