Skip to content

Commit

Permalink
Released 1.4.23 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Sharma committed Aug 20, 2024
1 parent b6aa094 commit ee4a3e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
paasta-tools (1.4.23) xenial; urgency=medium

* 1.4.23 tagged with 'make release'
Commit: MLCOMPUTE-1562 | fix Spark driver maxresultsize validation
(#3933) * MLCOMPUTE-1562 | fix Spark driver maxresultsize
validation --------- Co-authored-by: Sameer Sharma
<sameersharma@yelp.com>

-- Sameer Sharma <sameersharma@yelp.com> Tue, 20 Aug 2024 04:59:37 -0700

paasta-tools (1.4.22) xenial; urgency=medium

* 1.4.22 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__ = "1.4.22"
__version__ = "1.4.23"
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=1.4.22
RELEASE=1.4.23

SHELL=/bin/bash

Expand Down

0 comments on commit ee4a3e8

Please sign in to comment.