Skip to content

Commit

Permalink
Merge pull request #110 from DrDaveD/version-5.6
Browse files Browse the repository at this point in the history
bump version to 5.6.0
  • Loading branch information
djw8605 authored May 7, 2020
2 parents 1acaa38 + 590c6bb commit e62b3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# 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.5.1', # Required
version='5.6.0', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down
2 changes: 1 addition & 1 deletion stashcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from urlparse import urlparse

# Version information for user-agent
VERSION = "5.5.1"
VERSION = "5.6.0"

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

Expand Down

0 comments on commit e62b3bf

Please sign in to comment.