Skip to content

Commit

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

## Current

**2.6.36 - 2024-10-22**
**2.6.37 - 2024-10-22**

Fixes:
- Fix for `okla` cleanup_content
Expand Down
4 changes: 0 additions & 4 deletions juriscraper/opinions/united_states/state/okla.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ def _process_html(self):
"summary": summary.strip(),
}
)
r = self.request["session"].get(url).content
u = self.cleanup_content(r)
print(u)
break

@staticmethod
def cleanup_content(content):
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.36"
VERSION = "2.6.37"
AUTHOR = "Free Law Project"
EMAIL = "[email protected]"
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 14c85d0

Please sign in to comment.