Skip to content

Commit 812a7c9

Browse files
author
semantic-release
committed
2.20.1
Automatically generated by python-semantic-release
1 parent dc17cf7 commit 812a7c9

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

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.20.1 (2026-02-15)
5+
6+
### Bug Fixes
7+
8+
- Class name is not consistent
9+
([`dc17cf7`](https://github.com/cuinixam/python-app-dev/commit/dc17cf7c606d088d2ad8f447f235fd066574ed44))
10+
11+
412
## v2.20.0 (2026-02-15)
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.20.0"
7+
version = "2.20.1"
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.20.0"
1+
__version__ = "2.20.1"

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)