From e443e15ac8be1966dbe435c69291161db036395b Mon Sep 17 00:00:00 2001
From: Tim Lauridsen <timlau@fedoraproject.org>
Date: Wed, 15 Apr 2015 20:10:21 +0200
Subject: [PATCH] bumped version to 0.3.6

---
 dnfdaemon.spec                      | 5 ++++-
 python/dnfdaemon/server/__init__.py | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dnfdaemon.spec b/dnfdaemon.spec
index 8c5ea3b..32b351c 100644
--- a/dnfdaemon.spec
+++ b/dnfdaemon.spec
@@ -2,7 +2,7 @@
 %global dnf_version 0.6.3
 
 Name:           dnfdaemon
-Version:        0.3.5
+Version:        0.3.6
 Release:        1%{?dist}
 Summary:        DBus daemon for dnf package actions
 License:        GPLv2+
@@ -82,6 +82,9 @@ fi
 %{python3_sitelib}/%{name}/client
 
 %changelog
+* Wed Apr 15 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.6-1
+- bumped release
+
 * Wed Apr 15 2015 Tim Lauridsen <timlau@fedoraproject.org> 0.3.5-1
 - bumped release
 
diff --git a/python/dnfdaemon/server/__init__.py b/python/dnfdaemon/server/__init__.py
index 1c459de..8b046d4 100644
--- a/python/dnfdaemon/server/__init__.py
+++ b/python/dnfdaemon/server/__init__.py
@@ -42,7 +42,7 @@ import logging
 import operator
 import sys
 
-VERSION = 305  # (00.01.02) must be integer
+VERSION = 306  # (00.01.02) must be integer
 MAINLOOP = GLib.MainLoop()
 
 # Fake attributes, there is simulating real package attribute
-- 
GitLab