Skip to content

Commit

Permalink
Released 0.97.38 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Melnychok committed Nov 25, 2020
1 parent 725c779 commit 3bbd8ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
paasta-tools (0.97.38) xenial; urgency=medium

* 0.97.38 tagged with 'make release'
Commit: fix help message for subcommands

-- Maksym Melnychok <maksym@yelp.com> Wed, 25 Nov 2020 06:42:27 -0800

paasta-tools (0.97.37) xenial; urgency=medium

* 0.97.37 tagged with 'make release'
Expand Down
2 changes: 1 addition & 1 deletion paasta_tools/__init__.py
Expand Up @@ -17,4 +17,4 @@
# setup phase, the dependencies may not exist on disk yet.
#
# Don't bump version manually. See `make release` docs in ./Makefile
__version__ = "0.97.37"
__version__ = "0.97.38"
2 changes: 1 addition & 1 deletion yelp_package/Makefile
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Edit this release and run "make release"
RELEASE=0.97.37
RELEASE=0.97.38

SHELL=/bin/bash

Expand Down

0 comments on commit 3bbd8ef

Please sign in to comment.