From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39450158089 for ; Tue, 14 Nov 2023 13:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71EFD2BC014; Tue, 14 Nov 2023 13:54:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DB982BC014 for ; Tue, 14 Nov 2023 13:54:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BDD1335CB9 for ; Tue, 14 Nov 2023 13:54:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D054C12FD for ; Tue, 14 Nov 2023 13:54:35 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1699970040.91de9e9cb76e3c940be43c7eb8a59c9becf4daed.flow@gentoo> Subject: [gentoo-commits] proj/java-config:master commit in: / X-VCS-Repository: proj/java-config X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 91de9e9cb76e3c940be43c7eb8a59c9becf4daed X-VCS-Branch: master Date: Tue, 14 Nov 2023 13:54:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2f4680db-01a6-475f-b21f-81ceb04fcfe2 X-Archives-Hash: b7435b7300e9628becd7497216b6d19a commit: 91de9e9cb76e3c940be43c7eb8a59c9becf4daed Author: Florian Schmaus gentoo org> AuthorDate: Tue Nov 14 13:53:56 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Nov 14 13:54:00 2023 +0000 URL: https://gitweb.gentoo.org/proj/java-config.git/commit/?id=91de9e9c cut release 2.3.2 Signed-off-by: Florian Schmaus gentoo.org> setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9233f9b..bfb0761 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python ####################################### -package_version = '2.3.1' +package_version = '2.3.2' ####################################### from distutils.cmd import Command