summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranali Deore <pdeore@redhat.com>2023-04-10 09:39:35 +0000
committerPranali Deore <pdeore@redhat.com>2023-04-10 09:39:35 +0000
commit969de4ef079fcac7eb1124b2ecd36cd1f93086b2 (patch)
tree8074cb4daf8d9dc8f593fb420e4624bbd9ce43ae
parentb023562e1d31d3e60c195d701e6a9ff52e2fc956 (diff)
downloadglance-969de4ef079fcac7eb1124b2ecd36cd1f93086b2.tar.gz
Change DB migration constant to 2023_2
Change-Id: I12af2e6e5eede2f1027682ab46fc69e1aeaa317c
-rw-r--r--glance/db/migration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glance/db/migration.py b/glance/db/migration.py
index 1977de469..88254e8c0 100644
--- a/glance/db/migration.py
+++ b/glance/db/migration.py
@@ -29,5 +29,5 @@ db_options.set_defaults(cfg.CONF)
# Migration-related constants
EXPAND_BRANCH = 'expand'
CONTRACT_BRANCH = 'contract'
-CURRENT_RELEASE = '2023_1'
+CURRENT_RELEASE = '2023_2'
ALEMBIC_INIT_VERSION = 'liberty'