diff --git a/docs/changelog.rst b/docs/changelog.rst index f98dca2..1844ea8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,10 @@ Changelog --------- +4.4.1 +~~~~~ +* Fixes access to xlarge images. + 4.4.0 ~~~~~ * Removes support for Python 3.7. diff --git a/setup.py b/setup.py index 6d78736..ca2c6ca 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="python-documentcloud", - version="4.4.0", + version="4.4.1", description="A simple Python wrapper for the DocumentCloud API", author="Mitchell Kotler", author_email="mitch@muckrock.com",