davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=55e9e51f69fca581b20202747c8d9e1eeaa9bcf3
commit 55e9e51f69fca581b20202747c8d9e1eeaa9bcf3 Author: Dave Andreoli <d...@gurumeditation.it> Date: Thu Sep 24 19:31:13 2020 +0200 Open 1.26 development phase --- efl/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/efl/__init__.py b/efl/__init__.py index d2a7a7d..3ef3d70 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.25.0" -__version_info__ = (1, 25, 0) +__version__ = "1.25.99" +__version_info__ = (1, 25, 99) __all__ = [ --