Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Oct 13, 2020
1 parent 360172a commit dab0f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,6 +4,8 @@ CHANGELOG
Unreleased
----------

.. changelog:: 0.5.2 beta

* Fix :issue:`4`, in which `globus-search ingest` did not properly handle
`--source-type=gmetalist`. Thanks to :user:`lukaszlacinski` for reporting
this!
Expand Down
2 changes: 1 addition & 1 deletion globus_search_cli/version.py
@@ -1,6 +1,6 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "0.5.1"
__version__ = "0.5.2"

# app name to send as part of SDK requests
app_name = "Globus Search CLI v{}".format(__version__)

0 comments on commit dab0f3a

Please sign in to comment.