Skip to content
Snippets Groups Projects
Commit d9a2baf0 authored by Amir Rachum's avatar Amir Rachum
Browse files

Bump version: 2.0.0rc → 2.0.0

parent 7bf7f526
No related branches found
No related tags found
No related merge requests found
[bumpversion]
current_version = 2.0.0rc
current_version = 2.0.0
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))?
serialize =
serialize =
{major}.{minor}.{patch}{release}
{major}.{minor}.{patch}
tag_name = {new_version}
 
[bumpversion:part:release]
optional_value = production
values =
values =
rc
production
 
[bumpversion:file:setup.py]
[bumpversion:file:src/pydocstyle/utils.py]
Loading
Loading
@@ -3,7 +3,7 @@ import os
from setuptools import setup
 
# Do not update the version manually - it is managed by `bumpversion`.
version = '2.0.0rc'
version = '2.0.0'
 
setup(
name='pydocstyle',
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@ except ImportError:
 
 
# Do not update the version manually - it is managed by `bumpversion`.
__version__ = '2.0.0rc'
__version__ = '2.0.0'
log = logging.getLogger(__name__)
 
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment