From 510352b95089571935a891540a0cf77bd49b4e0a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Feb 2017 16:32:31 +0100 Subject: phinx: 0.7.2 --- phinx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phinx.spec') diff --git a/phinx.spec b/phinx.spec index 2a685e6..83c019c 100644 --- a/phinx.spec +++ b/phinx.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 4e058f2df00f58f654d7983f3943b327bf046c7c +%global gh_commit 53cc5123c1cba71b26d4e5ab83fa0dd404075d19 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner robmorgan #global gh_date 20150820 @@ -20,7 +20,7 @@ %endif Name: %{gh_project} -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: Manage the database migrations for your PHP app @@ -159,6 +159,9 @@ rm -rf %{buildroot} %changelog +* Tue Feb 28 2017 Remi Collet - 0.7.2-1 +- update to 0.7.2 + * Sun Feb 19 2017 Remi Collet - 0.7.1-1 - update to 0.7.1 -- cgit