This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch python-efl-1.26
in repository python-efl.
View the commit online.
commit 7b5cae318a6c3a0ce15b8e46d1b57f36c0f0d167
Author: Dave Andreoli <d...@gurumeditation.it>
AuthorDate: Sun Oct 8 05:39:45 2023 +0200
Maintenance release 1.26.1
---
ChangeLog | 8 ++++++++
efl/__init__.py | 4 ++--
setup.py | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ea6cef5..82c03f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+===================
+2023-10-08 v1.26.1
+===================
+
+Maintenance release:
+ * rebuilt using Cython 0.29.34 to fix install on python 3.11
+
+
===================
2022-02-27 v1.26.0
===================
diff --git a/efl/__init__.py b/efl/__init__.py
index 046e8bf..bcdc291 100644
--- a/efl/__init__.py
+++ b/efl/__init__.py
@@ -20,8 +20,8 @@
# pre-release: '1.13.0-beta1' ( 1, 13, 0 )
# release: '1.13.0' ( 1, 13, 0 )
-__version__ = '1.26.0'
-__version_info__ = (1, 26, 0)
+__version__ = '1.26.1'
+__version_info__ = (1, 26, 1)
__all__ = [
diff --git a/setup.py b/setup.py
index 6af7c9d..2d42a36 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ script_path = os.path.dirname(os.path.abspath(__file__))
# dependencies
EFL_MIN_VER = '1.26.0'
-CYTHON_MIN_VERSION = '0.23.5'
+CYTHON_MIN_VERSION = '0.29.34'
CYTHON_BLACKLIST = ()
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.