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

Commit f9e906c

Browse files
committed
Bump version: 5.0.3rc → 5.1.0rc
1 parent 561cf59 commit f9e906c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.3rc
2+
current_version = 5.1.0rc
33
commit = True
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))?
55
serialize =
@@ -16,4 +16,3 @@ values =
1616
[bumpversion:file:setup.py]
1717

1818
[bumpversion:file:src/pydocstyle/utils.py]
19-

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44
# Do not update the version manually - it is managed by `bumpversion`.
5-
version = '5.0.3rc'
5+
version = '5.1.0rc'
66

77

88
requirements = [

src/pydocstyle/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
# Do not update the version manually - it is managed by `bumpversion`.
10-
__version__ = '5.0.3rc'
10+
__version__ = '5.1.0rc'
1111
log = logging.getLogger(__name__)
1212

1313
#: Regular expression for stripping non-alphanumeric characters

0 commit comments

Comments
 (0)