From 57856b0eb9f7540ee1cd60d2865dbc90645c7fd1 Mon Sep 17 00:00:00 2001 From: Tim Lauridsen <timlau@fedoraproject.org> Date: Wed, 27 May 2015 14:49:04 +0200 Subject: [PATCH] bumped version to 0.3.9 --- dnfdaemon.spec | 5 ++++- python/dnfdaemon/client/__init__.py | 2 +- python/dnfdaemon/server/__init__.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dnfdaemon.spec b/dnfdaemon.spec index a6e54c5..f45f9ee 100644 --- a/dnfdaemon.spec +++ b/dnfdaemon.spec @@ -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 diff --git a/python/dnfdaemon/client/__init__.py b/python/dnfdaemon/client/__init__.py index bf2d767..0c002d1 100644 --- a/python/dnfdaemon/client/__init__.py +++ b/python/dnfdaemon/client/__init__.py @@ -104,7 +104,7 @@ import re import weakref import logging -__VERSION__ = "0.3.4" +__VERSION__ = "0.3.9" logger = logging.getLogger("dnfdaemon.client") diff --git a/python/dnfdaemon/server/__init__.py b/python/dnfdaemon/server/__init__.py index 8f8586a..e6a1b9f 100644 --- a/python/dnfdaemon/server/__init__.py +++ b/python/dnfdaemon/server/__init__.py @@ -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 -- GitLab