We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df27f6b + 27eeabd commit 9ab4f3cCopy full SHA for 9ab4f3c
pman/config.py
@@ -9,7 +9,7 @@ class Config:
9
"""
10
DEBUG = False
11
TESTING = False
12
- SERVER_VERSION = "3.1.0"
+ SERVER_VERSION = "3.2.0"
13
14
def __init__(self):
15
# Environment variables
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
name = 'pman',
- version = '3.1.0',
+ version = '3.2.0',
description = 'Process Manager',
long_description = readme,
author = 'FNNDSC Developers',
0 commit comments