Skip to content

Commit 897575c

Browse files
committed
release: Bump version to 1.5.0
1 parent fd8ce5c commit 897575c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

nbstool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
# nuitka-project: --windows-icon-from-ico=icon.ico
2929
# nuitka-project: --windows-product-name=NBSTool
3030
# nuitka-project: --windows-company-name=IoeCmcomc
31-
# nuitka-project: --windows-file-version=1.4.0.0
32-
# nuitka-project: --windows-product-version=1.4.0.0
31+
# nuitka-project: --windows-file-version=1.5.0.0
32+
# nuitka-project: --windows-product-version=1.5.0.0
3333
# nuitka-project: --windows-file-description=NBSTool
3434

3535

nuitka.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
poetry run nuitka --standalone --enable-plugin=tk-inter --user-package-configuration-file=custom-nuitka-package.config.yml --windows-icon-from-ico=icon.ico --windows-product-name=NBSTool --windows-company-name=IoeCmcomc --windows-file-version=1.4.0.0 --windows-product-version=1.4.0.0 --windows-file-description=NBSTool --show-anti-bloat-changes --assume-yes-for-downloads --report=compilation-report.xml nbstool.py
1+
poetry run nuitka --standalone --enable-plugin=tk-inter --user-package-configuration-file=custom-nuitka-package.config.yml --windows-icon-from-ico=icon.ico --windows-product-name=NBSTool --windows-company-name=IoeCmcomc --windows-file-version=1.5.0.0 --windows-product-version=1.5.0.0 --windows-file-description=NBSTool --show-anti-bloat-changes --assume-yes-for-downloads --report=compilation-report.xml nbstool.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nbstool"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "A tool to work with .nbs (Note Block Studio) files."
55
authors = ["IoeCmcomc"]
66
package-mode = false

ui/aboutdialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<object class="ttk.Label" id="label2">
3333
<property name="justify">center</property>
3434
<property name="text" translatable="yes">A tool to work with Open Note Block Studio files.
35-
Version: 1.4.0
35+
Version: 1.5.0
3636
Author: IoeCmcomc</property>
3737
<layout manager="pack">
3838
<property name="pady">10</property>

0 commit comments

Comments
 (0)