Skip to content

Commit 389f8aa

Browse files
authored
Bump cli version and fix pylint exception (#795)
1 parent b8b2c82 commit 389f8aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ipython>=7.7.0
33
ipdb>=0.12
44

55
# testing tools
6-
pylint>=2.7.2
6+
pylint==2.8.3
77
coverage>=4.5.4
88
pytest>=6.0.0
99
pytest-cov>=2.7.1

src/rpdk/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import logging
22

3-
__version__ = "0.2.13"
3+
__version__ = "0.2.14"
44

55
logging.getLogger(__name__).addHandler(logging.NullHandler())

0 commit comments

Comments
 (0)