Skip to content

Commit a034b4c

Browse files
committed
Released 1.11.3 via make release
1 parent 99d736c commit a034b4c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Diff for: debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
paasta-tools (1.11.3) xenial; urgency=medium
2+
3+
* 1.11.3 tagged with 'make release'
4+
Commit: Merge pull request #4007 from Yelp/jfong/PAASTA-18383-hpa-
5+
1.26 PAASTA-18383: Update V2Beta2 HPA api references to V2 for 1.26
6+
7+
-- Jen Patague <[email protected]> Tue, 28 Jan 2025 13:12:11 -0800
8+
19
paasta-tools (1.11.2) xenial; urgency=medium
210

311
* 1.11.2 tagged with 'make release'

Diff for: paasta_tools/__init__.py

+1-1
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.11.2"
20+
__version__ = "1.11.3"

Diff for: yelp_package/Makefile

+1-1
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.11.2
16+
RELEASE=1.11.3
1717

1818
SHELL=/bin/bash
1919

0 commit comments

Comments
 (0)