File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 Release history
44---------------
5- 0.5.x (unreleased )
5+ 0.5.1 (July 7th 2019 )
66++++++++++++++++++++++
7- - ?
7+ - improved: pin pytest version to ` version smaller than 5.0.0 < https://docs.pytest.org/en/latest/py27-py34-deprecation.html >`_
88
990.5.0 (June 25th 2019)
1010++++++++++++++++++++++
Original file line number Diff line number Diff line change 44
55from .core import getDynDnsClientForConfig , DynDnsClient # noqa: @UnusedImport
66
7- __version__ = "0.5.1dev0 "
7+ __version__ = "0.5.1 "
Original file line number Diff line number Diff line change 11flake8>=3.7.5
2- pydocstyle>=2.1.1
2+ pydocstyle>=2.1.1,<4.0.0
33flake8-bandit>=1.0.1
44flake8-bugbear>=17.12.0
55flake8-comprehensions>=1.4.1
Original file line number Diff line number Diff line change 5959TESTS_REQUIRE = [
6060 "mock; python_version < '3.0'" , # pep508 syntax may not work on older toolchains
6161 "bottle==0.12.13" ,
62- "pytest>=3.2.5"
62+ "pytest>=3.2.5,<5.0.0 "
6363]
6464
6565EXTRAS_REQUIRE = {}
You can’t perform that action at this time.
0 commit comments