summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--fedora-business-cards.spec7
-rw-r--r--pavement.py2
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 472e993..97def64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+* Thu Oct 20 2008 Ian Weller <ianweller@gmail.com> 0.2.1
+Add overnightprints templates (same as northamerica with a 1/16" bleed);
+cleaned up python a little bit; version 0.2.1.
+
* Mon Oct 6 2008 Ian Weller <ianweller@gmail.com> 0.2
Remodularize entire setup, and allow for more frontends, particularly
graphical ones; it's not written yet, but it will be soon. Released for public
diff --git a/fedora-business-cards.spec b/fedora-business-cards.spec
index b1509b6..9c87bc2 100644
--- a/fedora-business-cards.spec
+++ b/fedora-business-cards.spec
@@ -1,8 +1,8 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: fedora-business-cards
-Version: 0.2
-Release: 3%{?dist}
+Version: 0.2.1
+Release: 1%{?dist}
Summary: A tool for rendering Fedora contributor business cards
Group: Applications/Multimedia
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Oct 30 2008 Ian Weller <ianweller@gmail.com> 0.2.1-1
+- Upstream update
+
* Mon Oct 06 2008 Ian Weller <ianweller@gmail.com> 0.2-3
- Fix BuildRequires
diff --git a/pavement.py b/pavement.py
index f437642..1eb9706 100644
--- a/pavement.py
+++ b/pavement.py
@@ -6,7 +6,7 @@ import paver.path
options(
setup=Bunch(
name="fedora-business-cards",
- version="0.2",
+ version="0.2.1",
description="A generator for Fedora contributor business cards",
packages=["fedora_business_cards"],
author="Ian Weller",