davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=c64ca0fa1a210ebdf252a996addec2fcd4947a35
commit c64ca0fa1a210ebdf252a996addec2fcd4947a35 Author: Dave Andreoli <d...@gurumeditation.it> Date: Mon Feb 9 20:18:06 2015 +0100 Rollup stable 1.13.0 release --- ChangeLog | 2 +- efl/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ced85e..8328fbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ =================== -2015-02-03 v1.13.0 +2015-02-09 v1.13.0 =================== Improvements: diff --git a/efl/__init__.py b/efl/__init__.py index 010a34a..7338204 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-beta2" +__version__ = "1.13.0" __version_info__ = ( 1, 13, 0 ) --