Skip to content

Commit

Permalink
Released 0.34.3 via make release
Browse files Browse the repository at this point in the history
  • Loading branch information
keshavdv committed Aug 5, 2016
1 parent 55ae7a3 commit 130ea10
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
paasta-tools (0.34.3) lucid; urgency=low

* 0.34.3 tagged with 'make release'
Commit:

-- Keshav Varma <[email protected]> Fri, 05 Aug 2016 13:43:57 -0700

paasta-tools (0.34.2) lucid; urgency=low

* 0.34.2 tagged with 'make release'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
setup(
name='paasta-tools',
# Don't bump version manually. See `make release` docs in ./Makefile
version='0.34.2',
version='0.34.3',
provides=["paasta_tools"],
author='Kyle Anderson',
author_email='[email protected]',
Expand Down
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.34.2
RELEASE=0.34.3

SHELL=/bin/bash

Expand Down

0 comments on commit 130ea10

Please sign in to comment.