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

Commit

Permalink
Bump version: 5.0.3rc → 5.1.0rc
Browse files Browse the repository at this point in the history
  • Loading branch information
samj1912 committed Aug 22, 2020
1 parent 561cf59 commit f9e906c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.3rc
current_version = 5.1.0rc
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))?
serialize =
Expand All @@ -16,4 +16,3 @@ values =
[bumpversion:file:setup.py]

[bumpversion:file:src/pydocstyle/utils.py]

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
import sys

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


requirements = [
Expand Down
2 changes: 1 addition & 1 deletion src/pydocstyle/utils.py
Expand Up @@ -7,7 +7,7 @@


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

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

0 comments on commit f9e906c

Please sign in to comment.