We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6572a15 + b9d1ee4 commit f9ef293Copy full SHA for f9ef293
2 files changed
pydynamodb/__init__.py
@@ -6,7 +6,7 @@
6
if TYPE_CHECKING:
7
from .connection import Connection
8
9
-__version__: str = "0.8.0"
+__version__: str = "0.8.1"
10
11
# Globals https://www.python.org/dev/peps/pep-0249/#globals
12
apilevel: str = "2.0"
sonar-project.properties
@@ -9,5 +9,9 @@ sonar.projectVersion=0.7.*
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=./pydynamodb
+sonar.tests=./tests
13
+
14
+sonar.python.coverage.reportPaths=./coverage.xml
15
16
# Encoding of the source code. Default is default system encoding
17
sonar.sourceEncoding=UTF-8
0 commit comments