Skip to content

Commit 44f6348

Browse files
committed
update changelog, pyproject
1 parent a65c032 commit 44f6348

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ 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.07.20.0]
11+
12+
- change most print statements to logging
13+
1014
## [2026.06.30.0]
1115

1216
- changed SimpleNamespace to CatalogNamespace for more helpful type hints

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cfa.dataops"
3-
version = "2026.06.30.0"
3+
version = "2026.07.20.0"
44
description = "Data cataloging, ETL, modeling, verification, and validation for CFA"
55
authors = [
66
{ name = "Phil Rogers", email = "ap66@cdc.gov" },

0 commit comments

Comments
 (0)