We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b2c82 commit 389f8aaCopy full SHA for 389f8aa
requirements.txt
@@ -3,7 +3,7 @@ ipython>=7.7.0
3
ipdb>=0.12
4
5
# testing tools
6
-pylint>=2.7.2
+pylint==2.8.3
7
coverage>=4.5.4
8
pytest>=6.0.0
9
pytest-cov>=2.7.1
src/rpdk/core/__init__.py
@@ -1,5 +1,5 @@
1
import logging
2
-__version__ = "0.2.13"
+__version__ = "0.2.14"
logging.getLogger(__name__).addHandler(logging.NullHandler())
0 commit comments