Skip to content

Commit

Permalink
Released 1.4.29 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
VinaySagarGonabavi committed Sep 5, 2024
1 parent aa300f9 commit c47f72b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 18 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 (1.4.29) xenial; urgency=medium

* 1.4.29 tagged with 'make release'
Commit: Merge pull request #3943 from Yelp/u/ahaswell/perel-4210-per-
endpoint-alerting-schema U/ahaswell/perel 4210 per endpoint
alerting schema

-- Vinay Sagar Gonabavi <[email protected]> Thu, 05 Sep 2024 10:15:22 -0700

paasta-tools (1.4.28) xenial; urgency=medium

* 1.4.28 tagged with 'make release'
Expand Down
2 changes: 0 additions & 2 deletions docs/source/generated/paasta_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ Submodules
paasta_tools.synapse_srv_namespaces_fact
paasta_tools.tron_tools
paasta_tools.utils
paasta_tools.vitesscell_tools
paasta_tools.vitesscluster_tools
paasta_tools.vitesskeyspace_tools

Module contents
---------------
Expand Down
7 changes: 0 additions & 7 deletions docs/source/generated/paasta_tools.vitesscell_tools.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/generated/paasta_tools.vitesskeyspace_tools.rst

This file was deleted.

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.28"
__version__ = "1.4.29"
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.28
RELEASE=1.4.29

SHELL=/bin/bash

Expand Down

0 comments on commit c47f72b

Please sign in to comment.