Skip to content

Commit 5492afa

Browse files
committed
Release 0.4.0
1 parent da52c6c commit 5492afa

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,5 @@ Thumbs.db
148148
# Other
149149
yoni/
150150
.cursor/*
151+
152+
examples/

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.3.0] - 2026-02-12
10+
## [0.4.0] - 2026-02-24
1111

1212
### Added
13+
- Offices, Organizations, OTAs, OTIDVs, Subawards, NAICS, and Assistance endpoints.
14+
- Filter/shape conformance tooling and documentation.
1315

1416
### Changed
17+
- CI lint workflow runs filter/shape conformance when the manifest is available.
1518

1619
## [0.3.0] - 2026-02-09
1720

pyproject.toml

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

55
[project]
66
name = "tango-python"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
description = "Python SDK for the Tango API"
99
readme = "README.md"
1010
requires-python = ">=3.12"

tango/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
TypeGenerator,
2727
)
2828

29-
__version__ = "0.3.0"
29+
__version__ = "0.4.0"
3030
__all__ = [
3131
"TangoClient",
3232
"TangoAPIError",

0 commit comments

Comments
 (0)