Skip to content

Commit 0d3c47d

Browse files
Released 1.13.4 via make release
1 parent 5d33667 commit 0d3c47d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
paasta-tools (1.13.4) xenial; urgency=medium
2+
3+
* 1.13.4 tagged with 'make release'
4+
Commit: MLCOMPUTE-2733 | Add paasta names to spark driver pod
5+
annotations (#4010) * Add paasta names to spark driver pod
6+
annotations * Fix typing * Fix tests * Skip a part if the config
7+
is missing * Commit suggested changes * Cast DockerVolume
8+
9+
-- Ilkin Mammadzada <ilkinmammadzada@yelp.com> Tue, 04 Mar 2025 04:23:19 -0800
10+
111
paasta-tools (1.13.3) xenial; urgency=medium
212

313
* 1.13.3 tagged with 'make release'

paasta_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# setup phase, the dependencies may not exist on disk yet.
1818
#
1919
# Don't bump version manually. See `make release` docs in ./Makefile
20-
__version__ = "1.13.3"
20+
__version__ = "1.13.4"

yelp_package/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Edit this release and run "make release"
16-
RELEASE=1.13.3
16+
RELEASE=1.13.4
1717

1818
SHELL=/bin/bash
1919

0 commit comments

Comments
 (0)