Skip to content

Commit e62b3bf

Browse files
authored
Merge pull request #110 from DrDaveD/version-5.6
bump version to 5.6.0
2 parents 1acaa38 + 590c6bb commit e62b3bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# For a discussion on single-sourcing the version across setup.py and the
4343
# project code, see
4444
# https://packaging.python.org/en/latest/single_source_version.html
45-
version='5.5.1', # Required
45+
version='5.6.0', # Required
4646

4747
# This is a one-line description or tagline of what your project does. This
4848
# corresponds to the "Summary" metadata field:

stashcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from urlparse import urlparse
2626

2727
# Version information for user-agent
28-
VERSION = "5.5.1"
28+
VERSION = "5.6.0"
2929

3030
user_agent = 'stashcp/{0}'.format(VERSION)
3131

0 commit comments

Comments
 (0)