Skip to content

Commit

Permalink
version bump v2.6.24
Browse files Browse the repository at this point in the history
  • Loading branch information
grossir committed Sep 6, 2024
1 parent 45f12c7 commit bb3cfaa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,23 @@ Releases are also tagged in git, if that's helpful.

## Current

**2.6.23 - 2024-09-03**
**2.6.24 - 2024-09-05**

Fixes:
- `wisc/wisc ct app` docket numbers are now unique across districts
- `ky` logging for no document rows
- `vt` now collects neutral citations
- Fix `ca8` and updated to OpinionSiteLinear
- Update README

## Past

Features:
- implemented dynamic backscraper and extract_from_text for `conn`
**2.6.23 - 2024-09-03**

## Past
Fixes:
- `wis` now collects neutral citations
- `ky` now skips rows with no documents

Features:
- new scraper `wisctapp`

**2.6.21 - 2024-08-30**

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages, setup
from setuptools.command.install import install

VERSION = "2.6.23"
VERSION = "2.6.24"
AUTHOR = "Free Law Project"
EMAIL = "[email protected]"
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit bb3cfaa

Please sign in to comment.