Skip to content

Commit

Permalink
Released 1.4.24 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
VinaySagarGonabavi committed Aug 26, 2024
1 parent fc0232f commit 6cd4367
Show file tree
Hide file tree
Showing 6 changed files with 27 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 (1.4.24) xenial; urgency=medium

* 1.4.24 tagged with 'make release'
Commit: Merge pull request #3935 from
Yelp/u/gonabavi/split_vitess_crs Add separate fileprefix handlers
for vitess crs

-- Vinay Sagar Gonabavi <gonabavi@yelp.com> Mon, 26 Aug 2024 12:50:45 -0700

paasta-tools (1.4.23) xenial; urgency=medium

* 1.4.23 tagged with 'make release'
Expand Down
2 changes: 2 additions & 0 deletions docs/source/generated/paasta_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ 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: 7 additions & 0 deletions docs/source/generated/paasta_tools.vitesscell_tools.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
paasta\_tools.vitesscell\_tools module
======================================

.. automodule:: paasta_tools.vitesscell_tools
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/generated/paasta_tools.vitesskeyspace_tools.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
paasta\_tools.vitesskeyspace\_tools module
==========================================

.. automodule:: paasta_tools.vitesskeyspace_tools
:members:
:undoc-members:
:show-inheritance:
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.23"
__version__ = "1.4.24"
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.23
RELEASE=1.4.24

SHELL=/bin/bash

Expand Down

0 comments on commit 6cd4367

Please sign in to comment.