Skip to content
Snippets Groups Projects
Unverified Commit b3565632 authored by Derek Weitzel's avatar Derek Weitzel
Browse files

Bumping version to 5.6.2

parent ded63864
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ setup( ...@@ -42,7 +42,7 @@ setup(
# For a discussion on single-sourcing the version across setup.py and the # For a discussion on single-sourcing the version across setup.py and the
# project code, see # project code, see
# https://packaging.python.org/en/latest/single_source_version.html # 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 # This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field: # corresponds to the "Summary" metadata field:
......
...@@ -25,7 +25,7 @@ import logging ...@@ -25,7 +25,7 @@ import logging
from urlparse import urlparse from urlparse import urlparse
# Version information for user-agent # Version information for user-agent
VERSION = "5.6.1" VERSION = "5.6.2"
user_agent = 'stashcp/{0}'.format(VERSION) user_agent = 'stashcp/{0}'.format(VERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment