diff mbox series

[HEADS,UP,MISSING] Update python library and binding versions to 3.4-rc1

Message ID 20220413084853.158546-1-plautrba@redhat.com (mailing list archive)
State Superseded
Headers show
Series [HEADS,UP,MISSING] Update python library and binding versions to 3.4-rc1 | expand

Commit Message

Petr Lautrbach April 13, 2022, 8:48 a.m. UTC
Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
---

I forgot to update python libraries and bindings versions in 3.4-rc1.

If you're building them, please apply this patch.

Given that 3.4-rc2 is planned on the next Wednesday, I don't think it's necessary to merge this.


 libselinux/src/setup.py  | 2 +-
 python/sepolicy/setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/libselinux/src/setup.py b/libselinux/src/setup.py
index b79b27507480..4dd119aca32e 100644
--- a/libselinux/src/setup.py
+++ b/libselinux/src/setup.py
@@ -4,7 +4,7 @@  from distutils.core import Extension, setup
 
 setup(
     name="selinux",
-    version="3.3",
+    version="3.4-rc1",
     description="SELinux python 3 bindings",
     author="SELinux Project",
     author_email="selinux@vger.kernel.org",
diff --git a/python/sepolicy/setup.py b/python/sepolicy/setup.py
index e81b6cc73380..62cf7dc47c5c 100644
--- a/python/sepolicy/setup.py
+++ b/python/sepolicy/setup.py
@@ -6,7 +6,7 @@  from distutils.core import setup
 
 setup(
     name="sepolicy",
-    version="3.3",
+    version="3.4-rc1",
     description="Python SELinux Policy Analyses bindings",
     author="Daniel Walsh",
     author_email="dwalsh@redhat.com",