From b3565632d6fb9da760d8c0bd433391eb007f919f Mon Sep 17 00:00:00 2001
From: Derek Weitzel <djw8605@gmail.com>
Date: Tue, 19 May 2020 15:34:44 -0500
Subject: [PATCH] Bumping version to 5.6.2

---
 setup.py            | 2 +-
 stashcp/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 702d862..d72d125 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup(
     # For a discussion on single-sourcing the version across setup.py and the
     # project code, see
     # https://packaging.python.org/en/latest/single_source_version.html
-    version='5.6.1',  # Required
+    version='5.6.2',  # Required
 
     # This is a one-line description or tagline of what your project does. This
     # corresponds to the "Summary" metadata field:
diff --git a/stashcp/__init__.py b/stashcp/__init__.py
index a6ca76d..de5f524 100755
--- a/stashcp/__init__.py
+++ b/stashcp/__init__.py
@@ -25,7 +25,7 @@ import logging
 from urlparse import urlparse
 
 # Version information for user-agent
-VERSION = "5.6.1"
+VERSION = "5.6.2"
 
 user_agent = 'stashcp/{0}'.format(VERSION)
 
-- 
GitLab