Skip to content

Commit

Permalink
version bump v2.6.28
Browse files Browse the repository at this point in the history
  • Loading branch information
grossir committed Sep 27, 2024
1 parent 65b0741 commit 001c1ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,24 @@ Releases are also tagged in git, if that's helpful.

## Current

**2.6.28 - 2024-09-27**

Features:
- new scraper `sc_u`

Fixes:
- handle `illappct` (oral args) rows with no download link
- `ca11` update to Oral Argument Site Linear
- `cadc_u` change docket number getter
- `sc` implement new site

## Past

**2.6.27 - 2024-09-16**

Fixes:
- Fixes `coloctapp`

## Past


**2.6.25 - 2024-09-16**
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.27"
VERSION = "2.6.28"
AUTHOR = "Free Law Project"
EMAIL = "[email protected]"
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 001c1ee

Please sign in to comment.