Skip to content

Commit aaf5cc3

Browse files
authored
Merge pull request #145 from phracek/devel
Bump new release
2 parents 3fdc036 + eaa935d commit aaf5cc3

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

meta-test-family.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global framework_name moduleframework
22

33
Name: meta-test-family
4-
Version: 0.7.4
5-
Release: 2%{?dist}
4+
Version: 0.7.5
5+
Release: 1%{?dist}
66
Summary: Tool to test components of a modular Fedora
77

88
License: GPLv2+
@@ -55,6 +55,9 @@ install -d -p -m 755 %{buildroot}%{_datadir}/%{framework_name}
5555

5656

5757
%changelog
58+
* Tue Oct 17 2017 Petr Hracek <phracek@redhat.com> 0.7.5-1
59+
- new upstream release
60+
5861
* Wed Oct 04 2017 Petr Hracek <phracek@redhat.com> 0.7.4-2
5962
- fix shebang from two python files
6063

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_dir(system_path=None, virtual_path=None):
6363

6464
setup(
6565
name='meta-test-family',
66-
version="0.7.3",
66+
version="0.7.5",
6767
description='Tool to test components fo a modular Fedora.',
6868
keywords='modules,containers,testing,framework',
6969
author='Jan Scotka',

0 commit comments

Comments
 (0)