Skip to content

Commit

Permalink
remove claim to support Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed May 20, 2021
1 parent 88a9a0c commit 0487c96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========
0.7.0 (2021-05-20)
-----------------
------------------
* remove Enactment download functions (use Legislice download client instead)
* remove Opinion download functions (use CAPClient class instead)
* use different Legislice schema imports for JSON and YAML
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.6.0"
release = "0.7.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AuthoritySpoke is a Python package [available on PyPI](https://pypi.org/project/
$ pip install authorityspoke
```

AuthoritySpoke runs on Python versions 3.7 and up.
AuthoritySpoke runs on Python versions 3.8 and up.

## Trying it Out

Expand Down

0 comments on commit 0487c96

Please sign in to comment.