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

bumped version to 0.3.6

parent ab475c13
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment