Skip to content

Commit

Permalink
update mergify (#82)
Browse files Browse the repository at this point in the history
* update mergify

* Update version, file: setup.py

* Update version, file: setup.py

* Update version, file: .bumpversion.cfg

* Update version, file: .bumpversion.cfg
  • Loading branch information
shlomiLan committed Apr 10, 2020
1 parent 870927d commit f796c0d
Show file tree
Hide file tree
Showing 3 changed files with 3 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 = 1.1.6
current_version = 1.1.7
tag = False
commit = False
message = Bump version: {current_version} -> {new_version} [ci skip]
Expand Down
1 change: 1 addition & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pull_request_rules:
- name: Automatic merge on CI success
conditions:
- author=pyup-bot
- status-success="Travis CI - Pull Request"
- base=master
actions:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name='tvsort_sl',
packages=['tvsort_sl'],
version='1.1.6',
version='1.1.7',
description='Sort movies and TV-shows files',
long_description=open('readme.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit f796c0d

Please sign in to comment.