diff --git a/README.rst b/README.rst index d506217..291db82 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ----------------- -PYTHON-EFL 1.9.99 +PYTHON-EFL 1.10.0 ----------------- EFL is a collection of libraries for handling many common tasks a diff --git a/changes.html b/changes.html index 60a9253..5d03630 100644 --- a/changes.html +++ b/changes.html @@ -74,7 +74,202 @@ i {
-

Automatically generated list of changes in version 1.9

+

Automatically generated list of changes

+ + + +

Automatically generated list of changes in version 1.10

+ +

efl.elementary.configuration

+ + + + +

efl.elementary.datetime_elm

+ + + + +

efl.elementary.entry

+ + + + +

efl.elementary.general

+ + + + +

efl.elementary.gengrid

+ + + + +

efl.elementary.genlist

+ + + + +

efl.elementary.hoversel

+ + + + +

efl.elementary.list

+ + + + +

efl.elementary.object

+ + + + +

efl.elementary.object_item

+ + + + +

efl.elementary.popup

+ + + + +

efl.elementary.toolbar

+ + + + + +

Automatically generated list of changes in version 1.9

efl.elementary.clock

@@ -256,10 +451,7 @@ i { - - - -

Automatically generated list of changes in version 1.8

+

Automatically generated list of changes in version 1.8

efl

diff --git a/setup.py b/setup.py index 5fd62b0..ec82c75 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ script_path = os.path.dirname(os.path.abspath(__file__)) # python-efl version VERSION = "1.10" -RELEASE = "1.9.99" +RELEASE = "1.10.0" # Add git commit count for dev builds if RELEASE.split(".")[2] == "99": @@ -27,8 +27,8 @@ if RELEASE.split(".")[2] == "99": # dependencies CYTHON_MIN_VERSION = "0.19" -EFL_MIN_VERSION = "1.9.99" -ELM_MIN_VERSION = "1.9.99" +EFL_MIN_VERSION = "1.10.0" +ELM_MIN_VERSION = "1.10.0" # XXX: Force default visibility. See phab T504