From: John Kacur <jkacur@redhat.com>
To: linux-rt-users <linux-rt-users@vger.kernel.org>
Cc: Clark Williams <williams@redhat.com>, John Kacur <jkacur@redhat.com>
Subject: [PATCH 4/4] python-linux-procfs: Bump version to 0.7.4
Date: Thu, 9 Oct 2025 16:27:32 -0400 [thread overview]
Message-ID: <20251009202732.57880-4-jkacur@redhat.com> (raw)
In-Reply-To: <20251009202732.57880-1-jkacur@redhat.com>
Signed-off-by: John Kacur <jkacur@redhat.com>
---
procfs/procfs.py | 2 +-
pyproject.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/procfs/procfs.py b/procfs/procfs.py
index c33aa73cd211..acb205324d9e 100755
--- a/procfs/procfs.py
+++ b/procfs/procfs.py
@@ -15,7 +15,7 @@ import time
from functools import reduce
from procfs.utilist import bitmasklist
-VERSION = "0.7.3"
+VERSION = "0.7.4"
def is_s390():
""" Return True if running on s390 or s390x """
diff --git a/pyproject.toml b/pyproject.toml
index 01c4866add76..0fd6a0294568 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "python-linux-procfs"
-version = "0.7.3"
+version = "0.7.4"
description = "Linux /proc abstraction classes"
readme = "README.md"
license = {text = "GPL-2.0-only"}
--
2.51.0
prev parent reply other threads:[~2025-10-09 20:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-09 20:27 [PATCH 1/4] python-linux-procfs: Remove import of range from six.moves John Kacur
2025-10-09 20:27 ` [PATCH 2/4] python-linux-procfs: Modernize packaging and update authorship John Kacur
2025-10-09 20:27 ` [PATCH 3/4] python-linux-procfs: Fix spelling mistakes in comments John Kacur
2025-10-09 20:27 ` John Kacur [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251009202732.57880-4-jkacur@redhat.com \
--to=jkacur@redhat.com \
--cc=linux-rt-users@vger.kernel.org \
--cc=williams@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).