diff --git a/PKG-INFO b/PKG-INFO
index 82b5632091f301de09de09fea6a742bf00ec2f8f..064c9cb1781d73092a8aa3530672edb7de9aecf1 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: swh.model
-Version: 0.5.0
+Version: 0.6.0
 Summary: Software Heritage data model
 Home-page: https://forge.softwareheritage.org/diffusion/DMOD/
 Author: Software Heritage developers
diff --git a/debian/changelog b/debian/changelog
index 510f8bb2a292b3ad6cb17c60276ff166794ef892..ad195577ed3a5a16f330338a0922c321d3474486 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-swh-model (0.5.0-1~swh1~bpo10+1) buster-swh; urgency=medium
+swh-model (0.6.0-1~swh1) unstable-swh; urgency=medium
 
-  * Rebuild for buster-swh
+  * New upstream release 0.6.0     - (tagged by Valentin Lorentz
+    <vlorentz@softwareheritage.org> on 2020-07-20 12:45:59 +0200)
+  * Upstream changes:     - v0.6.0     - * Rework dia -> pdf pipeline
+    for inkscape 1.0     - * Rename MetadataAuthorityType.DEPOSIT to
+    MetadataAuthorityType.DEPOSIT_CLIENT.
 
- -- Software Heritage autobuilder (on jenkins-debian1) <jenkins@jenkins-debian1.internal.softwareheritage.org>  Wed, 08 Jul 2020 15:25:23 +0000
+ -- Software Heritage autobuilder (on jenkins-debian1) <jenkins@jenkins-debian1.internal.softwareheritage.org>  Mon, 20 Jul 2020 10:49:27 +0000
 
 swh-model (0.5.0-1~swh1) unstable-swh; urgency=medium
 
diff --git a/swh.model.egg-info/PKG-INFO b/swh.model.egg-info/PKG-INFO
index 82b5632091f301de09de09fea6a742bf00ec2f8f..064c9cb1781d73092a8aa3530672edb7de9aecf1 100644
--- a/swh.model.egg-info/PKG-INFO
+++ b/swh.model.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: swh.model
-Version: 0.5.0
+Version: 0.6.0
 Summary: Software Heritage data model
 Home-page: https://forge.softwareheritage.org/diffusion/DMOD/
 Author: Software Heritage developers
diff --git a/swh/model/model.py b/swh/model/model.py
index 66649015cc73cb80bd8ac7b98081333179ea27f9..ff11f1cb2e72cd74dacd6cac54c8b30a131f1595 100644
--- a/swh/model/model.py
+++ b/swh/model/model.py
@@ -726,7 +726,7 @@ class SkippedContent(BaseContent):
 
 
 class MetadataAuthorityType(Enum):
-    DEPOSIT = "deposit"
+    DEPOSIT_CLIENT = "deposit_client"
     FORGE = "forge"
     REGISTRY = "registry"
 
diff --git a/version.txt b/version.txt
index c513ada33a46f85b32bfcc470bafa961cc1c0306..a6215ed51cd8a25907e996622351c405808325d5 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-v0.5.0-0-g0547a51
\ No newline at end of file
+v0.6.0-0-g3b2d72c
\ No newline at end of file