Skip to content

Commit

Permalink
Prepare for release 3.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhov-evgeny committed May 8, 2020
1 parent 78bd14e commit dd434dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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"


Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Expand Up @@ -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
Expand Down

0 comments on commit dd434dc

Please sign in to comment.