Skip to content
Snippets Groups Projects
Commit 57856b0e authored by Tim Lauridsen's avatar Tim Lauridsen
Browse files

bumped version to 0.3.9

parent c1cdb444
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
%global dnf_version 0.6.3
Name: dnfdaemon
Version: 0.3.8
Version: 0.3.9
Release: 1%{?dist}
Summary: DBus daemon for dnf package actions
License: GPLv2+
......@@ -82,6 +82,9 @@ fi
%{python3_sitelib}/%{name}/client
%changelog
* Wed May 27 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.9-1
- bumped release
* Wed May 06 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.8-1
- bumped release
......
......@@ -104,7 +104,7 @@ import re
import weakref
import logging
__VERSION__ = "0.3.4"
__VERSION__ = "0.3.9"
logger = logging.getLogger("dnfdaemon.client")
......
......@@ -44,7 +44,7 @@ import logging
import operator
import sys
VERSION = 308 # (00.01.02) must be integer
VERSION = 309 # (00.01.02) must be integer
MAINLOOP = GLib.MainLoop()
# Fake attributes, there is simulating real package attribute
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment