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

Commit faeaa73

Browse files
committed
Bump version: 6.1.1rc → 6.1.1
1 parent c82b0d4 commit faeaa73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.1.1rc
2+
current_version = 6.1.1
33
commit = True
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))?
55
serialize =

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

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

66

77
requirements = [

src/pydocstyle/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import Any, Iterable, Tuple
77

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

1212
#: Regular expression for stripping non-alphanumeric characters

0 commit comments

Comments
 (0)