Skip to content

Commit 5c6bb3b

Browse files
author
dessant
committed
fix version tags
1 parent c691091 commit 5c6bb3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kivy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def get_includes():
141141
modules with Kivy as a dependency. Currently returns the location of the
142142
kivy.graphics module.
143143
144-
.. versionadded:: 1.9.2
144+
.. versionadded:: 1.9.1
145145
'''
146146
root_dir = dirname(__file__)
147147
return [join(root_dir, 'graphics'), join(root_dir, 'tools', 'gles_compat')]

kivy/uix/behaviors/button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class ButtonBehavior(object):
114114
115115
.. versionadded:: 1.9.0
116116
117-
.. versionchanged:: 1.9.2
117+
.. versionchanged:: 2.0.0
118118
The default value is now False.
119119
120120
:attr:`always_release` is a :class:`~kivy.properties.BooleanProperty` and

0 commit comments

Comments
 (0)