Skip to content

Commit f9cead2

Browse files
authored
Merge pull request #1384 from freelawproject/version-bump-v2.6.66
version bump v2.6.66
2 parents 8146a57 + 2adda44 commit f9cead2

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ Releases are also tagged in git, if that's helpful.
1212

1313
## Coming up
1414

15-
- Fix `me` Update maine scraper and add backscraper
15+
## Current
16+
17+
**2.6.66 - 2025-04-29**
18+
1619
- Add backscraper for `dcd` #1336
1720
- Update `sd` backscraper and extract from text
1821
- Implement datestring format validation in test_ScraperExtractFromTextTest #838
1922
- Implement `or` extract_from_text to collection regional citations #1226
2023
- Fix `bia` scraper
2124

22-
## Current
23-
2425
**2.6.65 - 2025-04-11**
2526

2627
- `nh` was blocking; fixed by updating the user agent string #1370

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import find_packages, setup
55
from setuptools.command.install import install
66

7-
VERSION = "2.6.65"
7+
VERSION = "2.6.66"
88
AUTHOR = "Free Law Project"
99
EMAIL = "info@free.law"
1010
HERE = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)