Skip to content

Commit d9239db

Browse files
committed
update changelog, pyproject
1 parent 1688c77 commit d9239db

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Calendar Versioning](https://calver.org/).
77
The versioning pattern is `YYYY.MM.DD.micro(a/b/{none if release})
88

99
---
10+
## [2026.06.25.0]
11+
12+
### Updated
13+
14+
- changed SimpleNamespace to CatalogNamespace for more helpful type hints
15+
1016
## [2026.06.05.0]
1117

1218
### Updated

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cfa.dataops"
3-
version = "2026.06.05.0"
3+
version = "2026.06.25.0"
44
description = "Data cataloging, ETL, modeling, verification, and validation for CFA"
55
authors = [
66
{ name = "Phil Rogers", email = "ap66@cdc.gov" },
@@ -39,8 +39,16 @@ dependencies = [
3939
requires = ["hatchling"]
4040
build-backend = "hatchling.build"
4141

42+
[tool.hatch.build.targets.sdist]
43+
include = [
44+
{ path = "cfa/dataops/py.typed" },
45+
]
46+
4247
[tool.hatch.build.targets.wheel]
4348
packages = ["cfa"]
49+
include = [
50+
{ path = "cfa/dataops/py.typed" },
51+
]
4452

4553
[tool.hatch.metadata]
4654
allow-direct-references = true

0 commit comments

Comments
 (0)