Skip to content

Commit

Permalink
bumped version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Lauridsen committed Apr 1, 2014
1 parent abca682 commit 3c0d99f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/dnfdaemon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
5 changes: 4 additions & 1 deletion dnfdaemon.spec
Original file line number Diff line number Diff line change
@@ -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+
Expand Down Expand Up @@ -76,6 +76,9 @@ fi


%changelog
* Tue Apr 01 2014 Tim Lauridsen <[email protected]> 0.1.4-1
- bumped release to 0.1.4

* Sat Mar 29 2014 Tim Lauridsen <[email protected]> 0.1.3-1
- bumped release to 0.1.3

Expand Down
2 changes: 1 addition & 1 deletion dnfdaemon/dnfdaemon-session.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dnfdaemon/dnfdaemon-system.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c0d99f

Please sign in to comment.