Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Bump version: 2.8.3 → 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Kilpatrick committed Aug 27, 2020
1 parent d5a5726 commit 1020820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = 2.8.3
current_version = 2.9.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.3',
version='2.9.0',
author='Allan Kilpatrick',
author_email='[email protected]',
url='http://github.com/allankp/pytest-testrail/',
Expand Down

0 comments on commit 1020820

Please sign in to comment.