mirror of https://github.com/kivy/kivy.git
fix version tags
This commit is contained in:
parent
c691091d1c
commit
5c6bb3b110
|
@ -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')]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue