Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 4e48b59

Browse files
authored
Merge pull request #12 from CarrotXin/req_2
Bumpversion
2 parents 2dd3a5f + 0ec36fd commit 4e48b59

File tree

14 files changed

+26
-14
lines changed

14 files changed

+26
-14
lines changed

antilles-confluent-proxy/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55
message = antilles-confluent-proxy version: {current_version} → {new_version}

antilles-confluent-proxy/antilles-confluent-proxy.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# COPYING.BSD and COPYING.EPL files.
66

77
Name: antilles-confluent-proxy
8-
Version: 1.0.0
8+
Version: 1.0.1
99
Release: 1%{?dist}
1010
Summary: Restful server to support multi confluent session
1111

@@ -83,5 +83,8 @@ rm -rf %{name}.egg-info
8383
%{python2_sitelib}/%{name}-%{version}.pth
8484

8585
%changelog
86+
* Mon Sep 27 2021 Xin He <hexin5@lenovo.com> - 1.0.1-1
87+
- Bumpversion to 1.0.1.
88+
8689
* Fri Aug 3 2018 Yunfei Shi <shiyf2@lenovo.com> - 1.0.0-1
8790
- Initial package.

antilles-confluent-proxy/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = antilles-confluent-proxy
3-
version = 1.0.0
3+
version = 1.0.1
44
description = Restful server to support multi confluent session
55
license = BSD-3 and EPL-1.0
66
keywords = hpc, antilles

antilles-core/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55
message = antilles version: {current_version} → {new_version}

antilles-core/antilles-core.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%global install_path %_antillesdir/core
1111

1212
Name: antilles-core
13-
Version: 1.0.0
13+
Version: 1.0.1
1414
Release: 1%{?dist}
1515
Summary: Restful server for antilles project
1616

@@ -250,5 +250,8 @@ find %{buildroot}%{install_path} -regex .*\.py ! -regex .*/migrations/.*\.py -de
250250
%caps(cap_chown,cap_dac_override,cap_setgid,cap_setuid,cap_fowner=ep) %{_sbindir}/antilles-gunicorn
251251

252252
%changelog
253+
* Mon Sep 27 2021 Xin He <hexin5@lenovo.com> - 1.0.1-1
254+
- Bumpversion to 1.0.1.
255+
253256
* Tue Sep 25 2018 Yunfei Shi <shiyf2@lenovo.com> - 1.0.0-1
254257
- Initial package.

antilles-core/openHPC_web_project/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = antilles
3-
version = 1.0.0
3+
version = 1.0.1
44
license = BSD-3 and EPL-1.0
55
description = Restful server for antilles project
66
keywords = hpc, antilles

antilles-core/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = antilles-core
3-
version = 1.0.0
3+
version = 1.0.1
44
description = antilles core
55
license = BSD-3 and EPL-1.0
66
keywords = hpc, antilles

monitor/antilles-confluent-mond/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55
message = antilles-ganglia-mond version: {current_version} → {new_version})

monitor/antilles-confluent-mond/antilles-confluent-mond.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# COPYING.BSD and COPYING.EPL files.
66

77
Name: antilles-confluent-mond
8-
Version: 1.0.0
8+
Version: 1.0.1
99
Release: 1%{?dist}
1010
Summary: Confluent monitor component
1111

@@ -158,5 +158,8 @@ rm -rf %{name}.egg-info
158158
%{python2_sitelib}/confluent.pth
159159

160160
%changelog
161+
* Mon Sep 27 2021 Xin He <hexin5@lenovo.com> - 1.0.1-1
162+
- Bumpversion to 1.0.1.
163+
161164
* Tue Jul 17 2018 Yunfei Shi <shiyf2@lenovo.com> - 1.0.0-1
162165
- Initial package.

monitor/antilles-confluent-mond/antilles/mond/confluent/main.py

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

3535

3636
def main():
37-
arguments = docopt(__doc__, version='Antilles Confluent Mond 1.0.0')
37+
arguments = docopt(__doc__, version='Antilles Confluent Mond 1.0.1')
3838

3939
config = ConfigParser()
4040
config.read(resource_filename(__name__, 'data/default.ini'))

0 commit comments

Comments
 (0)