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 11Changelog
22=========
33
4+ [ 0.1.0] ( ../../releases/tag/v0.1.0 ) - 2021-06-11
5+ -----------------------------------------------
6+
7+ ### Internal changes
8+
9+ - updated development dependencies
10+
411[ 0.0.1] ( ../../releases/tag/v0.0.1 ) - 2021-05-13
512-----------------------------------------------
613
Original file line number Diff line number Diff line change 5151 install_requires = ['requests ~= 2.25.1' ],
5252 extras_require = {
5353 'dev' : [
54- 'autopep8 ~= 1.5.5 ' ,
55- 'flake8 ~= 3.8.4 ' ,
54+ 'autopep8 ~= 1.5.7 ' ,
55+ 'flake8 ~= 3.9.2 ' ,
5656 'flake8-commas ~= 2.0.0' ,
57- 'flake8-docstrings ~= 1.5 .0' ,
57+ 'flake8-docstrings ~= 1.6 .0' ,
5858 'flake8-isort ~= 4.0.0' ,
59- 'isort ~= 5.7 .0' ,
60- 'mypy ~= 0.812 ' ,
59+ 'isort ~= 5.8 .0' ,
60+ 'mypy ~= 0.901 ' ,
6161 'pep8-naming ~= 0.11.1' ,
6262 '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 ' ,
6565 'sphinx-markdown-builder ~= 0.5.4' ,
66+ 'types-requests ~= 0.1.8' ,
6667 ],
6768 },
6869)
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