Skip to content

Commit 3703d9f

Browse files
authored
Merge pull request #1359 from freelawproject/version-bump-v2.6.63
version bump v2.6.63
2 parents f4c6a89 + 30a3ba7 commit 3703d9f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGES.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,22 @@ Releases are also tagged in git, if that's helpful.
1212

1313
## Coming up
1414

15+
16+
## Current
17+
18+
**2.6.63 - 2024-03-25**
19+
1520
- Make `ga` backscraper take kwargs; fix a bug in 2018 #1349
1621
- Implement extract from text for `ga` #1349
1722
- Fix `ill` oral argument scraper #1356
1823

19-
## Current
24+
## Past
2025

2126
**2.6.62 - 2024-03-19**
2227

2328
- Fix `uscgcoca` and `asbca` by replicating browser request headers #1352
2429
- Fix `uscgcoca` citation regex #1351
2530

26-
## Past
27-
2831
**2.6.61 - 2024-03-06**
2932

3033
- Fix `ca8` opinion scraper by setting `request.verify = False` #1346

setup.py

+1-1
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.62"
7+
VERSION = "2.6.63"
88
AUTHOR = "Free Law Project"
99
1010
HERE = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)