summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--initial-setup.spec6
-rw-r--r--setup.py2
2 files changed, 6 insertions, 2 deletions
diff --git a/initial-setup.spec b/initial-setup.spec
index 03e5072..e7b844a 100644
--- a/initial-setup.spec
+++ b/initial-setup.spec
@@ -1,7 +1,7 @@
Summary: Initial system configuration utility
Name: initial-setup
URL: http://fedoraproject.org/wiki/FirstBoot
-Version: 0.3.3
+Version: 0.3.4
Release: 1%{?dist}
BuildArch: noarch
@@ -99,6 +99,10 @@ fi
%changelog
+* Thu Mar 28 2013 Martin Sivak <msivak@euryale.brq.redhat.com> - 0.3.4-1
+- Search for proper UI variant of addons
+- Add addon directories to sys.path
+
* Tue Mar 26 2013 Martin Sivak <msivak@euryale.brq.redhat.com> - 0.3.3-1
- Systemd unit files improved
diff --git a/setup.py b/setup.py
index 97a75f3..3c295c7 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ if os.uname()[4].startswith('s390'):
setup(
name = "initial-setup",
- version = "0.3.3",
+ version = "0.3.4",
author = "Martin Sivak",
author_email = "msivak@redhat.com",
description='Post-installation configuration utility',