Skip to content

Commit

Permalink
Bump version: 1.2.0 → 2.0.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Copeland committed Oct 11, 2018
1 parent 4193e58 commit 20ceef8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multiscanner/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
__version__ = '1.2.0'
__version__ = '2.0.0rc0'
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 2.0.0rc0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))?
Expand All @@ -19,3 +19,4 @@ values =
ignore = E126,E127,E128,E402
max-line-length = 120
exclude = .git,__pycache__,multiscanner/ext/pdfparser.py,multiscanner/ext/office_meta.py

0 comments on commit 20ceef8

Please sign in to comment.