Skip to content

Commit 1fb427c

Browse files
committed
Bump version to 3.5.19
1 parent fa165bf commit 1fb427c

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.19] - 2026-01-20
11+
12+
### Changed
13+
- Version bump to 3.5.19
14+
1015
## [3.5.18] - 2026-01-16
1116

1217
### Added

pyproject.toml

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

55
[project]
66
name = "tapps-agents"
7-
version = "3.5.18"
7+
version = "3.5.19"
88
description = "A specification framework for defining, configuring, and orchestrating coding agents"
99
readme = "README.md"
1010
requires-python = ">=3.13"

tapps_agents/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
```
2525
"""
2626

27-
__version__: str = "3.5.18"
27+
__version__: str = "3.5.19"
2828

2929
# Also expose as _version_ for compatibility with some import mechanisms
3030
# This helps with editable installs where __version__ might not be importable
31-
_version_: str = "3.5.18"
31+
_version_: str = "3.5.19"

0 commit comments

Comments
 (0)