Skip to content

Commit 2d21205

Browse files
committed
Update dependencies + tag v2.2.4
1 parent 8a70072 commit 2d21205

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ ENV/
100100
# mypy
101101
.mypy_cache/
102102

103+
*.swp
103104
env*/
104105
.pytest_cache/
105106
.idea/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ coverage:
1616
coverage report $(coverage_options)
1717

1818
lint:
19-
pylint sql_metadata.py
19+
pylint wikia_common_kibana.py
2020

2121
publish:
2222
# run git tag -a v0.0.0 before running make publish

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
VERSION = '2.2.3'
3+
VERSION = '2.2.4'
44

55
# @see https://github.com/pypa/sampleproject/blob/master/setup.py
66
setup(
@@ -15,8 +15,8 @@
1515
extras_require={
1616
'dev': [
1717
'coverage==4.5.1',
18-
'pylint==1.8.2',
19-
'pytest==3.4.0',
18+
'pylint==1.8.4',
19+
'pytest==3.5.1',
2020
]
2121
},
2222
install_requires=[

0 commit comments

Comments
 (0)