File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ [ 0.1.0] ( ../../releases/tag/v0.1.0 ) - 2021-06-11
5
+ -----------------------------------------------
6
+
7
+ ### Internal changes
8
+
9
+ - updated development dependencies
10
+
4
11
[ 0.0.1] ( ../../releases/tag/v0.0.1 ) - 2021-05-13
5
12
-----------------------------------------------
6
13
Original file line number Diff line number Diff line change 51
51
install_requires = ['requests ~= 2.25.1' ],
52
52
extras_require = {
53
53
'dev' : [
54
- 'autopep8 ~= 1.5.5 ' ,
55
- 'flake8 ~= 3.8.4 ' ,
54
+ 'autopep8 ~= 1.5.7 ' ,
55
+ 'flake8 ~= 3.9.2 ' ,
56
56
'flake8-commas ~= 2.0.0' ,
57
- 'flake8-docstrings ~= 1.5 .0' ,
57
+ 'flake8-docstrings ~= 1.6 .0' ,
58
58
'flake8-isort ~= 4.0.0' ,
59
- 'isort ~= 5.7 .0' ,
60
- 'mypy ~= 0.812 ' ,
59
+ 'isort ~= 5.8 .0' ,
60
+ 'mypy ~= 0.901 ' ,
61
61
'pep8-naming ~= 0.11.1' ,
62
62
'pytest ~= 6.2.2' ,
63
- 'sphinx ~= 3.5.1 ' ,
64
- 'sphinx-autodoc-typehints ~= 1.11.1 ' ,
63
+ 'sphinx ~= 4.0.2 ' ,
64
+ 'sphinx-autodoc-typehints ~= 1.12.0 ' ,
65
65
'sphinx-markdown-builder ~= 0.5.4' ,
66
+ 'types-requests ~= 0.1.8' ,
66
67
],
67
68
},
68
69
)
Original file line number Diff line number Diff line change 1
- __version__ = '0.0.1 '
1
+ __version__ = '0.1.0 '
You can’t perform that action at this time.
0 commit comments