Skip to content

Commit

Permalink
Merge pull request #1122 from grossir/bump_juriscraper_v2.6.17
Browse files Browse the repository at this point in the history
version bump v2.6.17
  • Loading branch information
grossir authored Aug 19, 2024
2 parents cbb3021 + 5fd4ccf commit 1310b15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,23 @@ Releases are also tagged in git, if that's helpful.

## Current

**2.6.16 - 2024-08-12**
**2.6.17 - 2024-08-19**

Fixes:
- Fixed Minnesota and implemented it's backscraper
- RECAP:
- email: now parses short description for `okeb`
- Fixed IndexOutOfRange error in DocketReport::_set_metadata_values method
- Scrapers:
- fixed `cal` SSL errors
- now collecting citations for `minn`

## Past

**2.6.16 - 2024-08-12**

Fixes:
- Fixed Minnesota and implemented it's backscraper

**2.6.15 - 2024-08-07**

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

0 comments on commit 1310b15

Please sign in to comment.