diff --git a/docs/changelog.rst b/docs/changelog.rst index 422e406..2939d48 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,9 +1,14 @@ Changelog --------- +3.8.0 +~~~~~ +* Add `charge_credits` to `AddOn` + + 3.7.1 ~~~~~ -* Fixes an indentation bug present in 3.7.1 +* Fixes an indentation bug present in 3.7.0 3.7.0 diff --git a/setup.py b/setup.py index 153562a..db1590c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="python-documentcloud", - version="3.7.0", + version="3.8.0", description="A simple Python wrapper for the DocumentCloud API", author="Mitchell Kotler", author_email="mitch@muckrock.com",