Skip to content

Commit

Permalink
Released 0.185.0 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmer05 committed Jul 14, 2023
1 parent ddace26 commit cf40650
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
paasta-tools (0.185.0) xenial; urgency=medium

* 0.185.0 tagged with 'make release'
Commit: Adding support for extensions v1 v1beta1 (#3648) * Adding
support for extensions v1 v1beta1 * Fixing tests * updating
setup_kubernetes_cr * Fixing call to super * fixing typo * adding
minimal req for tests * putting older version back * Rebasing *
Removing second client * Adding comments for clairification *
Update paasta_tools/setup_kubernetes_cr.py Co-authored-by: Luis
Pérez <[email protected]> * Fixing some whitespace errors ---------
Co-authored-by: Luis Pérez <[email protected]>

-- Wilmer Bandres <[email protected]> Fri, 14 Jul 2023 00:18:35 -0700

paasta-tools (0.184.0) xenial; urgency=medium

* 0.184.0 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__ = "0.184.0"
__version__ = "0.185.0"
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=0.184.0
RELEASE=0.185.0

SHELL=/bin/bash

Expand Down

0 comments on commit cf40650

Please sign in to comment.