From 2e346c7171a8d97d9829adfaf3aacf9d54864756 Mon Sep 17 00:00:00 2001 From: duckduckgrayduck <102841251+duckduckgrayduck@users.noreply.github.com> Date: Sat, 2 Dec 2023 12:13:38 -0600 Subject: [PATCH] Bumps version --- docs/changelog.rst | 4 ++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index aeec612..fab318e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,9 @@ Changelog --------- +4.0.1 +~~~~~ +* Reformats some strings in tests to conform to pylint standards. + 4.0.0 ~~~~~ diff --git a/docs/conf.py b/docs/conf.py index ab6c506..93dab48 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ # The short X.Y version. version = "4.0" # The full version, including alpha/beta/rc tags. -release = "4.0.0" +release = "4.0.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index d8549f3..fe9dc50 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="python-documentcloud", - version="4.0.0", + version="4.0.1", description="A simple Python wrapper for the DocumentCloud API", author="Mitchell Kotler", author_email="mitch@muckrock.com",