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.0rc → 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurdok committed Jul 6, 2019
1 parent df870e8 commit 1409149
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.0rc
current_version = 4.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 @@ -3,7 +3,7 @@
import sys

# Do not update the version manually - it is managed by `bumpversion`.
version = '4.0.0rc'
version = '4.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 @@ -5,7 +5,7 @@


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


Expand Down

0 comments on commit 1409149

Please sign in to comment.