Skip to content

Commit

Permalink
bum version
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-IX committed Sep 12, 2024
1 parent a2a3407 commit 79b9965
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ extra_css:
- stylesheets/extra.css
repo_url: https://github.com/Victor-IX/Blender-Launcher-V2
edit_uri: ""
copyright: Copyright © 2022 Victor Chedeville │ Blender Launcher GPL-3.0 License │ Version 2.2.0
copyright: Copyright © 2022 Victor Chedeville │ Blender Launcher GPL-3.0 License │ Version 2.3.0
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Blender-Launcher-V2"
version = "2.2.0"
version = "2.3.0"
description = ""
authors = []
dependencies = [
Expand Down
4 changes: 2 additions & 2 deletions source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def format(self, record):

version = Version(
2,
2,
3,
0,
# prerelease="rc.3",
prerelease="rc.1",
)

_ = gettext.gettext
Expand Down
4 changes: 2 additions & 2 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ VSVersionInfo(
u'04090000',
[StringStruct(u'CompanyName', u'Victor Chedeville'),
StringStruct(u'FileDescription', u'Blender Launcher'),
StringStruct(u'FileVersion', u'2.2.0'),
StringStruct(u'FileVersion', u'2.3.0'),
StringStruct(u'LegalCopyright', u'GPLv3 © 2022 Victor Chedeville'),
StringStruct(u'OriginalFilename', u'Blender Launcher.exe'),
StringStruct(u'ProductName', u'Blender Launcher'),
StringStruct(u'ProductVersion', u'2.2.0')])
StringStruct(u'ProductVersion', u'2.3.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down

0 comments on commit 79b9965

Please sign in to comment.