Skip to content

Commit

Permalink
Update release date and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenyay committed Dec 29, 2020
1 parent 91de8cd commit 842aa72
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 14 deletions.
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.1" encoding="UTF-8" ?>
<versions>
<version number="3.0.0.875" status="dev">
<version number="3.0.0.876" status="dev" date="29.12.2020">
<changes>
<change>Migrate to wxPython 4.1.1.</change>
</changes>

<changes lang="ru">
<change>Переход на wxPython 4.1.1.</change>
</changes>
</version>

Expand Down
4 changes: 2 additions & 2 deletions need_for_build/versions_stable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<change>Change the storage format for certain properties of the notes tree pages.</change>
<change>Change the way of storing standard icons in notes.</change>
<change>Change plug-ins format.</change>
<change>Migrate to Python 3.x and wxPython 4.0.</change>
<change>Migrate to Python 3.x and wxPython 4.1.</change>
</changes>

<changes lang="ru">
Expand All @@ -42,7 +42,7 @@
<change>Изменение формата хранения некоторых настроек страниц в дереве заметок.</change>
<change>Изменен способ хранения стандартных значков в заметках.</change>
<change>Изменен формат плагинов.</change>
<change>Переход на Python 3.x и wxPython 4.0.</change>
<change>Переход на Python 3.x и wxPython 4.1.</change>
</changes>
</version>
</versions>
2 changes: 1 addition & 1 deletion plugins/autorenamer/versions.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="0.0.0.9">
<version number="0.0.0.9" date="29.12.2020">
<download href="https://jenyay.net/uploads/Outwiker/AutoRenamer/autorenamer-0.0.0.9.zip">
<requirements>
<api>3.868</api>
Expand Down
2 changes: 1 addition & 1 deletion plugins/counter/versions.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="1.3.1">
<version number="1.3.1" date="29.12.2020">
<download href="https://jenyay.net/uploads/Outwiker/Counter/counter-1.3.1.zip">
<requirements>
<api>3.868</api>
Expand Down
4 changes: 2 additions & 2 deletions plugins/externaltools/versions.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.1" encoding="UTF-8" ?>
<versions>
<version number="1.7.1">
<download href="https://jenyay.net/uploads/Outwiker/ExternalTools/externaltools-1.7-1.zip">
<version number="1.7.1" date="29.12.2020">
<download href="https://jenyay.net/uploads/Outwiker/ExternalTools/externaltools-1.7.1.zip">
<requirements>
<api>3.868</api>
</requirements>
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown/versions.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="1.7.2">
<version number="1.7.2" date="29.12.2020">
<download href="https://jenyay.net/uploads/Outwiker/Markdown/markdown-1.7.2.zip">
<requirements>
<api>3.876</api>
Expand Down
4 changes: 2 additions & 2 deletions plugins/snippets/versions.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.1" encoding="UTF-8" ?>
<versions>
<version number="1.4.1">
<download href="https://jenyay.net/uploads/Outwiker/Snippets/snippets-1.4-1.zip">
<version number="1.4.1" date="29.12.2020">
<download href="https://jenyay.net/uploads/Outwiker/Snippets/snippets-1.4.1.zip">
<requirements>
<api>3.868</api>
</requirements>
Expand Down
2 changes: 1 addition & 1 deletion plugins/source/versions.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="1.20">
<version number="1.20" date="29.12.2020">
<download href="https://jenyay.net/uploads/Outwiker/SourcePlugin/source-1.20.zip">
<requirements>
<api>3.868</api>
Expand Down
2 changes: 1 addition & 1 deletion plugins/texequation/versions.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="2.6.2">
<version number="2.6.2" date="29.12.2020">
<download href="https://jenyay.net/uploads/Outwiker/TexEquation/texequation-2.6.2.zip">
<requirements>
<api>3.868</api>
Expand Down
2 changes: 1 addition & 1 deletion plugins/webpage/versions.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="1.6.2">
<version number="1.6.2" date="29.12.2020">
<download href="https://jenyay.net/uploads/Outwiker/WebPage/webpage-1.6.2.zip">
<requirements>
<api>3.876</api>
Expand Down
2 changes: 1 addition & 1 deletion src/outwiker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = (3, 0, 0, 875)
__version__ = (3, 0, 0, 876)
__status__ = 'dev'
__api_version__ = (3, 876)

Expand Down

0 comments on commit 842aa72

Please sign in to comment.