diff --git a/notary_http.py b/notary_http.py index 6cc5322..f35a810 100644 --- a/notary_http.py +++ b/notary_http.py @@ -48,7 +48,7 @@ class NotaryHTTPServer(object): # MAJOR version when you make large architectural changes, # MINOR version when you add functionality in a backwards-compatible manner # PATCH version when you make backwards-compatible bug fixes. - VERSION = "3.4.1" + VERSION = "3.5" DEFAULT_WEB_PORT = 8080 ENV_PORT_KEY_NAME = 'PORT'