update build numbers

This commit is contained in:
Usman Nasir
2021-03-08 11:10:48 +05:00
parent ae32836325
commit ced6a2b8e8
8 changed files with 16 additions and 16 deletions

View File

@@ -17,8 +17,8 @@ from plogical.processUtilities import ProcessUtilities
from plogical.httpProc import httpProc
# Create your views here.
VERSION = '2.0'
BUILD = 3
VERSION = '2.1'
BUILD = 1
@ensure_csrf_cookie
def renderBase(request):