Merge pull request #499 from WordOps/updating-configuration

Hotfix SQLAlchemy version locked
This commit is contained in:
VirtuBox
2023-01-29 14:49:34 +01:00
committed by GitHub
5 changed files with 13 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ class WOVar():
"""Intialization of core variables"""
# WordOps version
wo_version = "3.16.2"
wo_version = "3.16.3"
# WordOps packages versions
wo_wp_cli = "2.7.1"
wo_adminer = "4.8.1"