Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Bump version: 6.1.1rc → 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samj1912 committed May 17, 2021
1 parent c82b0d4 commit faeaa73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.1.1rc
current_version = 6.1.1
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

# Do not update the version manually - it is managed by `bumpversion`.
version = '6.1.1rc'
version = '6.1.1'


requirements = [
Expand Down
2 changes: 1 addition & 1 deletion src/pydocstyle/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from typing import Any, Iterable, Tuple

# Do not update the version manually - it is managed by `bumpversion`.
__version__ = '6.1.1rc'
__version__ = '6.1.1'
log = logging.getLogger(__name__)

#: Regular expression for stripping non-alphanumeric characters
Expand Down

0 comments on commit faeaa73

Please sign in to comment.