From 0c935fbca8b0451daf0d58f94520b13766b87770 Mon Sep 17 00:00:00 2001
From: Tim Lauridsen <timlau@fedoraproject.org>
Date: Fri, 17 Oct 2014 17:20:23 +0200
Subject: [PATCH] bumped version to 0.3.3

---
 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 231a306..b79fcf9 100644
--- a/dnfdaemon.spec
+++ b/dnfdaemon.spec
@@ -2,8 +2,8 @@
 %global dnf_version 0.6.1
 
 Name:           dnfdaemon
-Version:        0.3.2
-Release:        3%{?dist}
+Version:        0.3.3
+Release:        1%{?dist}
 Summary:        DBus daemon for dnf package actions
 License:        GPLv2+
 URL:            https://github.com/timlau/dnf-daemon
@@ -82,6 +82,9 @@ fi
 %{python3_sitelib}/%{name}/client
 
 %changelog
+* Fri Oct 17 2014 Tim Lauridsen <timlau@fedoraproject.org> 0.3.3-1
+- bumped release
+
 * Wed Oct 15 2014 Tim Lauridsen <timlau@fedoraproject.org> 0.3.2-3
 - removed require python3-dnfdaemon from main package
 
diff --git a/python/dnfdaemon/server/__init__.py b/python/dnfdaemon/server/__init__.py
index 174e79d..067c7d8 100644
--- a/python/dnfdaemon/server/__init__.py
+++ b/python/dnfdaemon/server/__init__.py
@@ -42,7 +42,7 @@ import logging
 import operator
 import sys
 
-VERSION = 301  # (00.01.02) must be integer
+VERSION = 303  # (00.01.02) must be integer
 MAINLOOP = GLib.MainLoop()
 
 # Fake attributes, there is simulating real package attribute
-- 
GitLab