diff --git a/need_for_build/linux/net.jenyay.Outwiker.appdata.xml b/need_for_build/linux/net.jenyay.Outwiker.appdata.xml index 6c91f85b9..8dbee4bfe 100644 --- a/need_for_build/linux/net.jenyay.Outwiker.appdata.xml +++ b/need_for_build/linux/net.jenyay.Outwiker.appdata.xml @@ -34,7 +34,7 @@ - + @@ -63,4 +63,4 @@ none none - + \ No newline at end of file diff --git a/need_for_build/versions.xml b/need_for_build/versions.xml index b39c70b61..a8875acc9 100644 --- a/need_for_build/versions.xml +++ b/need_for_build/versions.xml @@ -1,8 +1,8 @@ - + - Added the support of nested subfolders for the [=%thumb%=] wiki command + Added the support of nested subfolders for the [=%thumb%=] wiki command. Implemented highlighting the [=%thumb%=] wiki command on wiki pages. Changed design of the dialog about overwriting of attached files. Small GUI fixes. diff --git a/src/outwiker/__init__.py b/src/outwiker/__init__.py index 57356d1e7..de0a745a8 100644 --- a/src/outwiker/__init__.py +++ b/src/outwiker/__init__.py @@ -1,7 +1,7 @@ -__version__ = (3, 2, 0, 903) -__status__ = 'dev' +__version__ = (3, 2, 0, 904) +__status__ = 'beta' __api_version__ = (3, 904) def getVersionStr() -> str: - return '.'.join([str(item) for item in __version__]) + ' ' + __status__ + return '.'.join([str(item) for item in __version__]) + ' ' + __status__ \ No newline at end of file