Skip to content

Commit 05f5323

Browse files
committed
Automatic commit of package [modulemd-tools] release [0.16-1].
Created by command: /usr/bin/tito tag
1 parent 019111a commit 05f5323

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.tito/packages/modulemd-tools

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15-1 ./
1+
0.16-1 ./

modulemd-tools.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: modulemd-tools
2-
Version: 0.15
2+
Version: 0.16
33
Release: 1%{?dist}
44
Summary: Collection of tools for modular (in terms of Fedora Modularity origin) content creators
55
License: MIT
@@ -104,6 +104,10 @@ cp man/*.1 %{buildroot}%{_mandir}/man1/
104104

105105

106106
%changelog
107+
* Tue Jun 20 2023 Jakub Kadlcik <[email protected]> 0.16-1
108+
- modulemd_tools: ensure backward compatibility for importing this namespace,
109+
110+
107111
* Mon Jun 19 2023 Jakub Kadlcik <[email protected]> 0.15-1
108112
- modulemd_tools: ensure backward compatibility for importing this namespace
109113

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='modulemd-tools',
21-
version='0.15',
21+
version='0.16',
2222
packages=find_packages(exclude=("tests",)),
2323
url='https://github.com/rpm-software-management/modulemd-tools',
2424
license='MIT',

0 commit comments

Comments
 (0)