fix version tags

This commit is contained in:
dessant 2016-01-07 20:38:08 +02:00
parent c691091d1c
commit 5c6bb3b110
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ def get_includes():
modules with Kivy as a dependency. Currently returns the location of the
kivy.graphics module.
.. versionadded:: 1.9.2
.. versionadded:: 1.9.1
'''
root_dir = dirname(__file__)
return [join(root_dir, 'graphics'), join(root_dir, 'tools', 'gles_compat')]

View File

@ -114,7 +114,7 @@ class ButtonBehavior(object):
.. versionadded:: 1.9.0
.. versionchanged:: 1.9.2
.. versionchanged:: 2.0.0
The default value is now False.
:attr:`always_release` is a :class:`~kivy.properties.BooleanProperty` and