Skip to content

Commit 6a85eb7

Browse files
committed
update pyproject, changelog, readme
1 parent d2a0cd6 commit 6a85eb7

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ This project provides data tools and low friction access to versioned datasets w
3737
```bash
3838
dataops_catalog_stubs
3939
```
40+
41+
If using uv, run:
42+
```bash
43+
uv run dataops_catalog_stubs
44+
```
45+
4046
This writes stubs under `typings/`, which Pyright/Pylance uses by default.
4147
For mypy, include that directory with `MYPYPATH=typings`.
4248

changelog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ 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
10+
## [2026.06.30.0]
1311

1412
- changed SimpleNamespace to CatalogNamespace for more helpful type hints
1513

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.25.0"
3+
version = "2026.06.30.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)