From 20ceef84baf3fdcf5520515532858a4ff57214d9 Mon Sep 17 00:00:00 2001 From: Patrick Copeland Date: Thu, 11 Oct 2018 14:36:47 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.0=20=E2=86=92=202.0.0rc0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multiscanner/version.py | 2 +- setup.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/multiscanner/version.py b/multiscanner/version.py index 88d0c27c..e9aac1e5 100644 --- a/multiscanner/version.py +++ b/multiscanner/version.py @@ -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' diff --git a/setup.cfg b/setup.cfg index 14c9f2db..69dbc5f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 2.0.0rc0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P.*))? @@ -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 +