mirror of https://github.com/kivy/kivy.git
bump to 1.0.4-beta
This commit is contained in:
parent
b401b71e5d
commit
183f38dc70
4
README
4
README
|
@ -34,10 +34,10 @@ An offline version in PDF format is also available.
|
|||
Kivy ships with a bunch of examples that can be found in the examples/ folder.
|
||||
|
||||
|
||||
About 1.0 alpha
|
||||
About 1.0 beta
|
||||
---------------
|
||||
|
||||
This is alpha, so keep in mind that it might not work as intended at all times.
|
||||
This is beta, so keep in mind that it might not work as intended at all times.
|
||||
You can post bug reports and feature requests on our Google Project page:
|
||||
|
||||
http://code.google.com/p/kivy/issues/list
|
||||
|
|
|
@ -29,7 +29,7 @@ __all__ = (
|
|||
'kivy_config_fn', 'kivy_usermodules_dir',
|
||||
)
|
||||
|
||||
__version__ = '1.0.4-dev'
|
||||
__version__ = '1.0.4-beta'
|
||||
|
||||
import sys
|
||||
from shutil import copytree
|
||||
|
|
Loading…
Reference in New Issue