Skip to content

Commit

Permalink
Bump cli version and fix pylint exception (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
narmadn committed Jun 30, 2021
1 parent b8b2c82 commit 389f8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ipython>=7.7.0
ipdb>=0.12

# testing tools
pylint>=2.7.2
pylint==2.8.3
coverage>=4.5.4
pytest>=6.0.0
pytest-cov>=2.7.1
Expand Down
2 changes: 1 addition & 1 deletion src/rpdk/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging

__version__ = "0.2.13"
__version__ = "0.2.14"

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

0 comments on commit 389f8aa

Please sign in to comment.