From 2a58918bcecc1c530f4043de04984676fe67ad2a Mon Sep 17 00:00:00 2001 From: Sambhav Kothari Date: Mon, 17 May 2021 19:39:24 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.1.0rc=20=E2=86=92=206.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- src/pydocstyle/utils.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cfab0de1..8e6e1abd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.1.0rc +current_version = 6.1.0 commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P.*))? serialize = diff --git a/setup.py b/setup.py index 1e2964ba..06f3eb58 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup # Do not update the version manually - it is managed by `bumpversion`. -version = '6.1.0rc' +version = '6.1.0' requirements = [ diff --git a/src/pydocstyle/utils.py b/src/pydocstyle/utils.py index 3da3e328..47a5bcf8 100644 --- a/src/pydocstyle/utils.py +++ b/src/pydocstyle/utils.py @@ -6,7 +6,7 @@ from typing import Any, Iterable, Tuple # Do not update the version manually - it is managed by `bumpversion`. -__version__ = '6.1.0rc' +__version__ = '6.1.0' log = logging.getLogger(__name__) #: Regular expression for stripping non-alphanumeric characters