Skip to content

Commit ad2c086

Browse files
author
semantic-release
committed
2.16.0
Automatically generated by python-semantic-release
1 parent 6b487de commit ad2c086

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v2.16.0 (2025-09-06)
5+
6+
### Features
7+
8+
- Add find helper methods
9+
([`6b487de`](https://github.com/cuinixam/python-app-dev/commit/6b487deb755650c6e9e94e317e4e9b16163478f3))
10+
11+
412
## v2.15.0 (2025-08-11)
513

614
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "py-app-dev"
7-
version = "2.15.0"
7+
version = "2.16.0"
88
description = "My application development modules."
99
readme = "README.md"
1010
license = { text = "MIT" }

src/py_app_dev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.15.0"
1+
__version__ = "2.16.0"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)