Skip to content

Commit cae9085

Browse files
committed
Automatic commit of package [apb] release [1.2.10-1].
Created by command: /usr/bin/tito tag
1 parent 05e8a56 commit cae9085

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.tito/packages/apb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.9-1 ./
1+
1.2.10-1 ./

apb.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
%endif
2525

2626
Name: apb
27-
Version: 1.2.9
27+
Version: 1.2.10
2828
Release: 1%{build_timestamp}%{?dist}
2929
Summary: Ansible Playbook Bundle (APB) is a lightweight application definition (meta-container).
3030

@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
9595
%{_bindir}/apb-wrapper
9696

9797
%changelog
98+
* Fri May 25 2018 jesus m. rodriguez <jmrodri@gmail.com> 1.2.10-1
99+
- Bug 1581651 - disable argparse abbreviations (#296) (jmrodri@gmail.com)
100+
98101
* Thu May 24 2018 David Zager <david.j.zager@gmail.com> 1.2.9-1
99102
- Bug 1581629 - Fix relist to use --ca-path argument (#294)
100103
(dymurray@redhat.com)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="apb",
19-
version="1.2.9",
19+
version="1.2.10",
2020
description="Tooling for managing Ansible Playbook Bundle (APB) projects",
2121
author="Fusor",
2222
author_email="ansible-service-broker@redhat.com",

0 commit comments

Comments
 (0)