Skip to content

Commit

Permalink
Merge pull request #1202 from freelawproject/bump_juriscraper_v2.6.29
Browse files Browse the repository at this point in the history
version bump v2.6.29
  • Loading branch information
grossir authored Oct 10, 2024
2 parents e2908ad + 498d630 commit 9f23fad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ Releases are also tagged in git, if that's helpful.

## Current

**2.6.29 - 2024-10-10**

Fixes:
- fix `or` and `orctapp` scraper, scraping new endpoint
- fix cache control headers in `AbstractSite`
- fix `sc` expected content types

## Past

**2.6.28 - 2024-09-27**

Features:
Expand All @@ -27,8 +36,6 @@ Fixes:
- `cadc_u` change docket number getter
- `sc` implement new site

## Past

**2.6.27 - 2024-09-16**

Fixes:
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.28"
VERSION = "2.6.29"
AUTHOR = "Free Law Project"
EMAIL = "[email protected]"
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 9f23fad

Please sign in to comment.