From 2cc59f186631efcbfaeabf6c00b801597fe93e35 Mon Sep 17 00:00:00 2001 From: Mitchell Kotler Date: Wed, 29 Nov 2023 10:43:58 -0500 Subject: [PATCH] bump version --- docs/changelog.rst | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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",