Update devpi-server version to 5.3.1

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-12-08 03:00:46 -04:00
parent a71db0b908
commit 0fa38a2833
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
- Update the way the BaseTransformationType metaclass is passed
to work on Python 3.
- Add locking to the file metadata document processing task.
- Update devpi-server version to 5.3.1.
3.3.3 (2019-12-05)
==================

View File

@@ -294,7 +294,7 @@ PythonDependency(
)
PythonDependency(
module=__name__, environment=environment_development, name='devpi-server',
version_string='==5.0.0'
version_string='==5.3.1'
)
PythonDependency(
environment=environment_development, module=__name__,