Skip to content

Commit

Permalink
version bump v2.6.30
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed Oct 11, 2024
1 parent 9f48167 commit 1ee3bc7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,20 @@ Releases are also tagged in git, if that's helpful.

## Current

**2.6.30 - 2024-10-10**

Fixes:
- fix `CADC` oral arguments

## Past

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

0 comments on commit 1ee3bc7

Please sign in to comment.