Bump wo_version for testing
This commit is contained in:
2
install
2
install
@@ -9,7 +9,7 @@
|
||||
# -------------------------------------------------------------------------
|
||||
# wget -qO wo wops.cc && sudo -E bash wo
|
||||
# -------------------------------------------------------------------------
|
||||
# Version 3.15.4 - 2022-10-25
|
||||
# Version 3.16.0 - 2022-11-14
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
# CONTENTS
|
||||
|
||||
2
setup.py
2
setup.py
@@ -27,7 +27,7 @@ if os.geteuid() == 0:
|
||||
os.makedirs('/var/lib/wo/tmp/')
|
||||
|
||||
setup(name='wordops',
|
||||
version='3.15.4',
|
||||
version='3.16.0',
|
||||
description='An essential toolset that eases server administration',
|
||||
long_description=LONG,
|
||||
long_description_content_type='text/markdown',
|
||||
|
||||
@@ -15,7 +15,7 @@ class WOVar():
|
||||
"""Intialization of core variables"""
|
||||
|
||||
# WordOps version
|
||||
wo_version = "3.15.4"
|
||||
wo_version = "3.16.0"
|
||||
# WordOps packages versions
|
||||
wo_wp_cli = "2.7.1"
|
||||
wo_adminer = "4.8.1"
|
||||
|
||||
Reference in New Issue
Block a user