diff --git a/client/dnfdaemon/__init__.py b/client/dnfdaemon/__init__.py index 57c6ffd..c618d46 100644 --- a/client/dnfdaemon/__init__.py +++ b/client/dnfdaemon/__init__.py @@ -98,7 +98,7 @@ def on_RepoMetaDataProgress(self, name, frac): import weakref import logging -__VERSION__ = "0.1.3" +__VERSION__ = "0.1.4" logger = logging.getLogger("dnfdaemon.client") diff --git a/dnfdaemon.spec b/dnfdaemon.spec index 416488b..4ae368a 100644 --- a/dnfdaemon.spec +++ b/dnfdaemon.spec @@ -1,7 +1,7 @@ %global dnf_org org.baseurl.Dnf Name: dnfdaemon -Version: 0.1.3 +Version: 0.1.4 Release: 1%{?dist} Summary: DBus daemon for dnf package actions License: GPLv2+ @@ -76,6 +76,9 @@ fi %changelog +* Tue Apr 01 2014 Tim Lauridsen 0.1.4-1 +- bumped release to 0.1.4 + * Sat Mar 29 2014 Tim Lauridsen 0.1.3-1 - bumped release to 0.1.3 diff --git a/dnfdaemon/dnfdaemon-session.py b/dnfdaemon/dnfdaemon-session.py index bef575b..52d1dc7 100755 --- a/dnfdaemon/dnfdaemon-session.py +++ b/dnfdaemon/dnfdaemon-session.py @@ -35,7 +35,7 @@ from common import DnfDaemonBase, doTextLoggerSetup, Logger, NONE -version = 103 # (00.01.03) must be integer +version = 104 # (00.01.03) must be integer DAEMON_ORG = 'org.baseurl.DnfSession' DAEMON_INTERFACE = DAEMON_ORG diff --git a/dnfdaemon/dnfdaemon-system.py b/dnfdaemon/dnfdaemon-system.py index 5e3db67..bd86b22 100755 --- a/dnfdaemon/dnfdaemon-system.py +++ b/dnfdaemon/dnfdaemon-system.py @@ -41,7 +41,7 @@ from common import DnfDaemonBase, doTextLoggerSetup, Logger, NONE -version = 103 # (00.01.02) must be integer +version = 104 # (00.01.02) must be integer DAEMON_ORG = 'org.baseurl.DnfSystem' DAEMON_INTERFACE = DAEMON_ORG diff --git a/docs/conf.py b/docs/conf.py index 13eeb98..37a7ba5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.3' +release = '0.1.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.