Skip to content

Commit

Permalink
bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Sep 21, 2021
1 parent 282a641 commit 15b1afa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion authorityspoke/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .io.downloads import CAPClient
from .io.dump import to_dict, to_json

__version__ = "0.8.0"
__version__ = "0.8.1"
9 changes: 9 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Changelog
=========
0.8.1 (2021-09-18)
------------------
* limit version range for Legislice import

0.8.0 (2021-08-13)
------------------
* import JustOpinion to manage caselaw downloads
* add DecisionReading and OpinionReading classes

0.7.2 (2021-06-16)
------------------
* accept added fields in CAPCitation schema
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Matt Carey"

# The full version, including alpha/beta/rc tags
release = "0.8.0"
release = "0.8.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="AuthoritySpoke",
version="0.8.0",
version="0.8.1",
author="Matt Carey",
author_email="matt@authorityspoke.com",
description="legal authority automation",
Expand Down

0 comments on commit 15b1afa

Please sign in to comment.