Skip to content

Commit

Permalink
Merge pull request #645 from MolSSI/client_ver_fix
Browse files Browse the repository at this point in the history
Bump allowed client versions
  • Loading branch information
bennybp committed Nov 12, 2020
2 parents 70d799b + 6384e68 commit f622600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcfractal/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def __init__(
"version": get_information("version"),
"query_limit": self.storage.get_limit(1.0e9),
"client_lower_version_limit": "0.14.0", # Must be XX.YY.ZZ
"client_upper_version_limit": "0.14.99", # Must be XX.YY.ZZ
"client_upper_version_limit": "0.15.99", # Must be XX.YY.ZZ
}
self.update_public_information()

Expand Down

0 comments on commit f622600

Please sign in to comment.