Skip to content

Commit

Permalink
Bump cli version and fix pylint exception (aws-cloudformation#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
narmadn authored and kddejong committed Oct 24, 2022
1 parent f6aef17 commit c8096d9
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 c8096d9

Please sign in to comment.