diff --git a/PKG-INFO b/PKG-INFO
index 11e9634d5c37b14f213678cbbf5908d6e2964ea3..7e2228d4dcad208de7235e010b7285a46b8c25a3 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: swh.deposit
-Version: 0.0.33
+Version: 0.0.34
 Summary: Software Heritage Deposit Server
 Home-page: https://forge.softwareheritage.org/source/swh-deposit/
 Author: Software Heritage developers
diff --git a/debian/control b/debian/control
index d4e0c7411148db3fcd6943b2f0ca8304d9e0c645..02e28978ad0a0d57d21f7ab42fe0ad87d5733be1 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
                python3-django-nose,
                python3-vcversioner,
                python3-swh.core (>= 0.0.14~),
-               python3-swh.loader.core (>= 0.0.25~),
+               python3-swh.loader.core (>= 0.0.26~),
                python3-swh.loader.tar (>= 0.0.31~),
                python3-swh.scheduler (>= 0.0.19~),
                python3-django,
@@ -34,7 +34,7 @@ Package: python3-swh.deposit.loader
 Conflict: python3-swh.deposit.injection
 Architecture: all
 Depends: python3-swh.core (>= 0.0.14~),
-         python3-swh.loader.core (>= 0.0.25~),
+         python3-swh.loader.core (>= 0.0.26~),
          python3-swh.loader.tar (>= 0.0.31~),
          python3-swh.scheduler (>= 0.0.19~),
          python3-requests,
diff --git a/requirements-swh.txt b/requirements-swh.txt
index d655d65597e153ac8d8dacb6ac1ef3a577a82ee1..4dbc28a47615a12b427c568b5a61d4cae6a2ef66 100644
--- a/requirements-swh.txt
+++ b/requirements-swh.txt
@@ -1,4 +1,4 @@
 swh.core >= 0.0.14
 swh.loader.tar >= 0.0.31
-swh.loader.core >= 0.0.25
+swh.loader.core >= 0.0.26
 swh.scheduler >= 0.0.19
diff --git a/swh.deposit.egg-info/PKG-INFO b/swh.deposit.egg-info/PKG-INFO
index 11e9634d5c37b14f213678cbbf5908d6e2964ea3..7e2228d4dcad208de7235e010b7285a46b8c25a3 100644
--- a/swh.deposit.egg-info/PKG-INFO
+++ b/swh.deposit.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: swh.deposit
-Version: 0.0.33
+Version: 0.0.34
 Summary: Software Heritage Deposit Server
 Home-page: https://forge.softwareheritage.org/source/swh-deposit/
 Author: Software Heritage developers
diff --git a/swh.deposit.egg-info/requires.txt b/swh.deposit.egg-info/requires.txt
index 9928794717079014a4180774a68573937f160bec..22235338c97edfd493f5ec6f9df5ecc4256460bc 100644
--- a/swh.deposit.egg-info/requires.txt
+++ b/swh.deposit.egg-info/requires.txt
@@ -3,7 +3,7 @@ click
 djangorestframework
 djangorestframework-xml
 swh.core>=0.0.14
-swh.loader.core>=0.0.25
+swh.loader.core>=0.0.26
 swh.loader.tar>=0.0.31
 swh.scheduler>=0.0.19
 vcversioner
diff --git a/swh/deposit/loader/client.py b/swh/deposit/loader/client.py
index 0d1b4ce2b3321a3601c175a5b760aacae1905e36..4830a0efeb24e5fad324cc4c84708544d04156a1 100644
--- a/swh/deposit/loader/client.py
+++ b/swh/deposit/loader/client.py
@@ -21,7 +21,7 @@ class DepositClient(SWHConfig):
     """
     CONFIG_BASE_FILENAME = 'deposit/client'
     DEFAULT_CONFIG = {
-        'url': ('str', 'http://localhost:8000'),
+        'url': ('str', 'http://localhost:5006'),
         'auth': ('dict', {})  # with optional 'username'/'password' keys
     }
 
diff --git a/version.txt b/version.txt
index 982754f5db42e38a50c159abd0129fc188ec2732..aadfc537f9db76de2dcb48c6bef13be6a93f9a9d 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-v0.0.33-0-gef1d0ba
\ No newline at end of file
+v0.0.34-0-g3445c63
\ No newline at end of file