From 6e19efc60805cbe2593d23b84687e8240acc2ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Thu, 14 Mar 2013 14:00:43 +0000
Subject: [PATCH] update to 0.4.2
Triggered by a possible reqquirement by openstack-quantum-2013.1
---
.gitignore | 1 +
python-alembic.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 6573ab1..dc6682f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/alembic-0.3.4.tar.gz
+/alembic-0.4.2.tar.gz
diff --git a/python-alembic.spec b/python-alembic.spec
index 92ae3a6..e8ebd50 100644
--- a/python-alembic.spec
+++ b/python-alembic.spec
@@ -5,8 +5,8 @@
%global modname alembic
Name: python-alembic
-Version: 0.3.4
-Release: 11%{?dist}
+Version: 0.4.2
+Release: 1%{?dist}
Summary: Database migration tool for SQLAlchemy
Group: Development/Libraries
@@ -189,6 +189,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
%changelog
+* Thu Mar 14 2013 Pádraig Brady