Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,25 @@

## Upcoming Changes

- Adds fla 6th district court of appeals
- Add USPTO administrative bodies (TTAB and PTAB)
-


## Current Version

- 0.10.27 (2026-03-25)

- Adds fla 6th district court of appeals
- Add USPTO administrative bodies (TTAB and PTAB)

## Past Versions

- 0.10.26 (2025-08-27): various improvements to courts-db

- Add workflow to check for new entries in CHANGES.md file
- Adds support for "2d Cir." and "3d Cir." court strings
- Support Python 3.13
- Change noqa F821 message from "This code is broken." to "courts is imported lazily via __getattr__" #106
- Add Texas Business Court `texbizct` to courts-db #

## Past Versions
- 0.10.25 (2024-07-24): One more regex pattern

- 0.10.24 (2024-07-24): Update more Chancery Courts
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "courts-db"
version = "0.10.26"
version = "0.10.27"
description = "Database of Courts"
readme = "README.rst"
keywords = [ "courts", "legal" ]
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading