Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenyay committed Aug 15, 2024
1 parent 39a31a4 commit 0c3723c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions need_for_build/linux/net.jenyay.Outwiker.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</screenshot>
</screenshots>
<releases>
<release version="3.3.0.939" date="2024-06-22" />
<release version="3.3.0.940" date="2024-08-15" />
<release version="3.3.0.938" date="2024-06-22" />
<release version="3.3.0.936" date="2024-03-07" />
<release version="3.3.0.934" date="2024-01-27" />
Expand Down Expand Up @@ -85,4 +85,4 @@
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>
</component>
4 changes: 3 additions & 1 deletion need_for_build/versions.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<versions>
<version number="3.3.0.939" status="dev">
<version number="3.3.0.940" date="2024-08-15">
<changes>
<change>Release.</change>
</changes>

<changes lang="ru">
<change>Выпуск стабильнйо версии.</change>
</changes>
</version>

Expand Down
2 changes: 1 addition & 1 deletion need_for_build/versions_stable.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.1" encoding="UTF-8" ?>
<versions>
<version number="3.3.0.940" date="2023-08-13">
<version number="3.3.0.940" date="2023-08-15">
<changes>
<change>Changed tags cloud design.</change>
<change>Added the ability to filter tags.</change>
Expand Down
2 changes: 1 addition & 1 deletion plugins/texequation/versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</changes>

<changes lang="ru">
<change>Откат номера версии движка KaTeX.</change>
<change>Откат версии движка KaTeX.</change>
</changes>
</version>

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "outwiker"
version = "3.3.0.938"
version = "3.3.0.940"
description = "A cross-platform software for keeping your notes in a tree"
authors = [
{name = "Eugene Ilin (aka Jenyay)", email = "[email protected]"},
Expand All @@ -18,7 +18,7 @@ dependencies = [
"rcssmin>=1.1"
]
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Natural Language :: English",
"Natural Language :: Russian",
Expand Down
4 changes: 2 additions & 2 deletions src/outwiker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version__ = (3, 3, 0, 939)
__status__ = 'dev'
__version__ = (3, 3, 0, 940)
__status__ = ''
__api_version__ = (3, 934)


Expand Down

0 comments on commit 0c3723c

Please sign in to comment.