davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=ca7b737d67ffb53658939a9b1c1ada94fe997e1b
commit ca7b737d67ffb53658939a9b1c1ada94fe997e1b Author: Dave Andreoli <d...@gurumeditation.it> Date: Mon Feb 9 23:24:51 2015 +0100 Now start the 1.14 development cycle --- efl/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/efl/__init__.py b/efl/__init__.py index 7338204..87a9116 100644 --- a/efl/__init__.py +++ b/efl/__init__.py @@ -20,5 +20,5 @@ # pre-release: "1.13.0-beta1" ( 1, 13, 0 ) # release: "1.13.0" ( 1, 13, 0 ) -__version__ = "1.13.0" -__version_info__ = ( 1, 13, 0 ) +__version__ = "1.13.99" +__version_info__ = ( 1, 13, 99 ) --