Skip to content

Commit

Permalink
Merge pull request #110 from shlomiLan/pyup-scheduled-update-2020-05-22
Browse files Browse the repository at this point in the history
Scheduled daily dependency update on Friday
  • Loading branch information
mergify[bot] committed May 23, 2020
2 parents d2a25e1 + 4352a31 commit 4f51cae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.14
current_version = 1.1.15
tag = False
commit = False
message = Bump version: {current_version} -> {new_version} [ci skip]
Expand Down
4 changes: 2 additions & 2 deletions dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ twine==3.1.1
# Tests
pytest==5.4.2
pytest-cov==2.8.1
codecov==2.1.1
codecov==2.1.3
python-coveralls==2.9.3
coveralls==2.0.0
mock==4.0.2

# Version update
PyGithub==1.50
PyGithub==1.51
bumpversion==0.6.0
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.14',
version='1.1.15',
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 4f51cae

Please sign in to comment.