From b94c1115c2c65c71bb947897f75f8208f10f620c Mon Sep 17 00:00:00 2001 From: Joshua Mulliken Date: Tue, 8 Jun 2021 17:56:35 -0400 Subject: [PATCH] Update coverage and version info --- .coverage | Bin 86016 -> 86016 bytes coverage-reports/coverage-latest.xml | 27 +++++++++++++++++---------- setup.cfg | 2 +- sonar-project.properties | 2 +- 4 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.coverage b/.coverage index f64a5a85a749f2c5fbfa10676a82d189d0ce51e4..89030871edfc4b9a9b6ac207ce644d15611f0fd1 100644 GIT binary patch delta 213 zcmV;`04o20pap=S1+cg;3OFD!H##*oIx;b{!Y@Sde^~$z^AGC}%@4&7n-5M8H4h^W z^A76{;SN|1Pz}Kibq#6_Pz^{8JPjfZ3=H=SqYPgRA`Aix*$d4Jo(qZ#dka(w=L+2l zk_v?iVhT_SKME=e7zzdn;0eeHy9ufZS_wx9Gzkz10tod8=m^>f%m}Iomk5doeF$#| zVhB|T3rGkZ1?++ delta 211 zcmV;^04)E2pap=S1+cg;3NautHaapiIy5u0!Y@Sde_H?#^AGC}%@4&7n-5SAHxDHa z^$zV0;|^L5QVqimcMWU}QVmKCJ`E%d4h;DWr3_&VBn$)#+Y8SNpbLx(eG66!=?dQp zlnRFmWC~IWK?*Di8VU#r;t9$Ly$P%dTnR}DHVG051PJ#C>ImEj&IqgsnFx#se+Y31 zWC&LX3rYwd1<(bz1Bd}zk&(-{Ss?-S4F^dE1px_x5|>pk0YU=*DVLis0Vx4Lx5Y03 NT?GLIw<9$H-5LO?JgEQx diff --git a/coverage-reports/coverage-latest.xml b/coverage-reports/coverage-latest.xml index 96a6ec2..bfdf977 100644 --- a/coverage-reports/coverage-latest.xml +++ b/coverage-reports/coverage-latest.xml @@ -1,5 +1,5 @@ - + @@ -1889,7 +1889,7 @@ - + @@ -3251,7 +3251,7 @@ - + @@ -3466,7 +3466,7 @@ - + @@ -7516,13 +7516,13 @@ - + - + @@ -7696,13 +7696,19 @@ - - + + + + + + + + - + @@ -7876,7 +7882,8 @@ - + + diff --git a/setup.cfg b/setup.cfg index 53d97bc..d6b2360 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] # replace with your username: name = wyzeapy -version = 0.0.28 +version = 0.0.29 author = Mulliken LLC author_email = joshua@mulliken.net description = Python client for private Wyze API diff --git a/sonar-project.properties b/sonar-project.properties index 715592d..7c6e5a5 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=joshuamulliken # This is the name and version displayed in the SonarCloud UI. sonar.projectName=wyzeapy -sonar.projectVersion=0.0.28 +sonar.projectVersion=0.0.29 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=.