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

Commit

Permalink
Feature/add bumpverison cfg (#101)
Browse files Browse the repository at this point in the history
* add bump version config

* Bump version: 2.5.0 → 2.5.1

* bump2version 0.5.10
  • Loading branch information
allankp authored Oct 1, 2019
1 parent 0a86f9b commit 747c2a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[bumpversion]
current_version = 2.5.1
commit = True
tag = True

[bumpversion:file:setup.py]

2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r base.txt

bumpversion==0.5.3
bump2version==0.5.10
flake8==3.5.0
freezegun==0.3.2
mock==1.3.0
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.5.0',
version='2.5.1',
author='Allan Kilpatrick',
author_email='[email protected]',
url='http://github.com/allankp/pytest-testrail/',
Expand Down

0 comments on commit 747c2a5

Please sign in to comment.