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

Commit

Permalink
Bump version: 4.0.1 → 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurdok committed Dec 9, 2019
1 parent e5c4237 commit 7cf8da2
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 = 4.0.1
current_version = 5.0.0
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
Expand Up @@ -2,7 +2,7 @@
import sys

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


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 @@ -7,7 +7,7 @@


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

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

0 comments on commit 7cf8da2

Please sign in to comment.