From fe9fb02c0f1e5625e98330cbd483fc187f12c342 Mon Sep 17 00:00:00 2001 From: Alexander Shchukin Date: Thu, 26 Sep 2019 15:24:30 -0700 Subject: [PATCH] Increased version to 0.5.3 --- crossplane/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossplane/__init__.py b/crossplane/__init__.py index 0c09373..6107c8f 100644 --- a/crossplane/__init__.py +++ b/crossplane/__init__.py @@ -11,7 +11,7 @@ __summary__ = 'Reliable and fast NGINX configuration file parser.' __url__ = 'https://github.com/nginxinc/crossplane' -__version__ = '0.5.2' +__version__ = '0.5.3' __author__ = 'Arie van Luttikhuizen' __email__ = 'aluttik@gmail.com'