Skip to content

Commit ef0195f

Browse files
committed
Released 1.8.2 via make release
1 parent f715cd8 commit ef0195f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
paasta-tools (1.8.2) xenial; urgency=medium
2+
3+
* 1.8.2 tagged with 'make release'
4+
Commit: Merge pull request #3989 from
5+
Yelp/u/jfong/fix_paasta_status_bouncestatus Fix backwards "Bouncing
6+
to" status
7+
8+
-- Jen Patague <[email protected]> Mon, 02 Dec 2024 11:59:05 -0800
9+
110
paasta-tools (1.8.1) xenial; urgency=medium
211

312
* 1.8.1 tagged with 'make release'

paasta_tools/__init__.py

Lines changed: 1 addition & 1 deletion
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.8.1"
20+
__version__ = "1.8.2"

yelp_package/Makefile

Lines changed: 1 addition & 1 deletion
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.8.1
16+
RELEASE=1.8.2
1717

1818
SHELL=/bin/bash
1919

0 commit comments

Comments
 (0)