Skip to content

Commit

Permalink
Released 0.97.14 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lydian Lee committed Oct 20, 2020
1 parent 651e677 commit 3cdc2b1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
paasta-tools (0.97.14) xenial; urgency=medium

* 0.97.14 tagged with 'make release'
Commit: Merge pull request #2930 from Yelp/u/tingyenl/PAASTA-
14811_central_point_for_spark_session_builder move the spark_run
major logic to service_configuration_lib

-- Lydian Lee <tingyenl@yelp.com> Tue, 20 Oct 2020 14:33:16 -0700

paasta-tools (0.97.13) xenial; urgency=medium

* 0.97.13 tagged with 'make release'
Expand Down
2 changes: 1 addition & 1 deletion paasta_tools/__init__.py
Original file line number Diff line number Diff line change
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.13"
__version__ = "0.97.14"
2 changes: 1 addition & 1 deletion yelp_package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Edit this release and run "make release"
RELEASE=0.97.13
RELEASE=0.97.14

SHELL=/bin/bash

Expand Down

0 comments on commit 3cdc2b1

Please sign in to comment.