From 54deea1a6a01d3eda3492dd3b32e320fc42dcda4 Mon Sep 17 00:00:00 2001 From: Allan Kilpatrick Date: Fri, 1 Nov 2019 16:25:49 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.8.2=20=E2=86=92=202.8.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3415125..3354290 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.8.2 +current_version = 2.8.3 commit = True tag = True diff --git a/setup.py b/setup.py index 079ba89..647488e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read_file(fname): name='pytest-testrail', description='pytest plugin for creating TestRail runs and adding results', long_description=read_file('README.rst'), - version='2.8.2', + version='2.8.3', author='Allan Kilpatrick', author_email='allanklp@gmail.com', url='http://github.com/allankp/pytest-testrail/',