diff --git a/config/settings/base.py b/config/settings/base.py
index 9a261a7a4842c4098dcd6d1defce113fb223294a..f71642696b1a88f27eddc8f791ad6d49d2c164b0 100644
--- a/config/settings/base.py
+++ b/config/settings/base.py
@@ -22,7 +22,7 @@ def get_from_env(envvar, default_value=None, fail_if_not_found=True):
     return value
 
 # Version ---------------------------------------------------------------------
-PROJECT_VERSION = '2.6.1'
+PROJECT_VERSION = '2.6.2'
 
 # Unauthenticated access ------------------------------------------------------
 # This variable should eventually control whether unauthenticated access is