Skip to content

Commit b3b9200

Browse files
authored
Merge branch 'master' into specify-python-version
2 parents d1176f7 + a5244b4 commit b3b9200

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.3.0', # Required
45+
version='5.4.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.py

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

2626
# Version information for user-agent
27-
VERSION = "5.3.0"
27+
VERSION = "5.4.0"
2828

2929
main_redirector = "root://redirector.osgstorage.org"
3030
stash_origin = "root://stash.osgconnect.net"

0 commit comments

Comments
 (0)