From dd434dc3fab9158a251eeb4d4b9713ef9dcf851c Mon Sep 17 00:00:00 2001 From: Evgeny Ezhov Date: Thu, 7 May 2020 21:58:38 -0700 Subject: [PATCH] Prepare for release 3.14.4 --- setup.py | 2 +- sonar-project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e452f2a..ef5a5ac 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools.command.install import install as InstallCommand from setuptools.command.test import test as TestCommand -version = "3.14.3" +version = "3.14.4" requirements = "libxml2-dev libxslt-dev python-dev" diff --git a/sonar-project.properties b/sonar-project.properties index 0725517..dc6b23d 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=ezhov-evgeny_webdav-client-python-3 sonar.organization=ezhov-evgeny # This is the name and version displayed in the SonarCloud UI. sonar.projectName=webdav-client-python-3 -sonar.projectVersion=3.14.3 +sonar.projectVersion=3.14.4 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=webdav3 sonar.tests=tests