From b851a0ff6dc6436363abb98d84065e3314878bae Mon Sep 17 00:00:00 2001 From: Tim Lauridsen <timlau@fedoraproject.org> Date: Wed, 6 May 2015 12:55:57 +0200 Subject: [PATCH] bumped version to 0.3.8 --- dnfdaemon.spec | 7 +++++-- python/dnfdaemon/server/__init__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dnfdaemon.spec b/dnfdaemon.spec index 0c8d767..a6e54c5 100644 --- a/dnfdaemon.spec +++ b/dnfdaemon.spec @@ -2,7 +2,7 @@ %global dnf_version 0.6.3 Name: dnfdaemon -Version: 0.3.7 +Version: 0.3.8 Release: 1%{?dist} Summary: DBus daemon for dnf package actions License: GPLv2+ @@ -82,7 +82,10 @@ fi %{python3_sitelib}/%{name}/client %changelog -* Sun Apr 26 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.6-1 +* Wed May 06 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.8-1 +- bumped release + +* Sun Apr 26 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.7-1 - bumped release * Wed Apr 15 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.6-1 diff --git a/python/dnfdaemon/server/__init__.py b/python/dnfdaemon/server/__init__.py index 392d14d..e1e26cf 100644 --- a/python/dnfdaemon/server/__init__.py +++ b/python/dnfdaemon/server/__init__.py @@ -42,7 +42,7 @@ import logging import operator import sys -VERSION = 306 # (00.01.02) must be integer +VERSION = 308 # (00.01.02) must be integer MAINLOOP = GLib.MainLoop() # Fake attributes, there is simulating real package attribute -- GitLab