Skip to content

Commit

Permalink
Automatic commit of package [subscription-manager] release [1.28.40-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
ptoscano committed Sep 14, 2023
1 parent 780458f commit 5b8c215
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/subscription-manager
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.28.39-1 ./
1.28.40-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def find_py(self):

setup(
name="subscription-manager",
version='1.28.39',
version='1.28.40',
url="http://www.candlepinproject.org",
description="Manage subscriptions for Red Hat products.",
license="GPLv2",
Expand Down
5 changes: 4 additions & 1 deletion subscription-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}

Name: subscription-manager
Version: 1.28.39
Version: 1.28.40
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
Expand Down Expand Up @@ -1381,6 +1381,9 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%endif

%changelog
* Thu Sep 14 2023 Pino Toscano <[email protected]> 1.28.40-1
- Translated using Weblate (Chinese (Simplified) (zh_CN)) ([email protected])

* Wed Aug 23 2023 Pino Toscano <[email protected]> 1.28.39-1
- Translated using Weblate (Korean) ([email protected])
- Update translation files ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion syspurpose/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class BuildTrans(i18n.BuildTrans):

setup(
name="syspurpose",
version="1.28.39",
version="1.28.40",
url="http://www.candlepinproject.org",
description="Manage Red Hat System Purpose",
license="GPLv2",
Expand Down

0 comments on commit 5b8c215

Please sign in to comment.