From a7e60f337a079b28f0a843677621bf67b34577a5 Mon Sep 17 00:00:00 2001 From: Dave Schaefer Date: Sat, 16 Jul 2016 16:49:28 -0700 Subject: [PATCH] notary_http - Increment version number - 3.5! --- notary_http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'