Skip to content

Commit 19cdb3a

Browse files
Release 1.11.0 (Boga Discus)
1 parent b187470 commit 19cdb3a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ git_describe_command = [ "git", "describe", "--dirty", "--long" ]
9191
version_scheme = "misc.mkversion:mknumeric"
9292
local_scheme = "no-local-version"
9393
version_file = "rare/_version.py"
94-
fallback_version = "1.10.11.0"
94+
fallback_version = "1.11.0.0"
9595

9696
[tool.nuitka]
9797
assume-yes-for-downloads = true
@@ -115,8 +115,8 @@ output-filename = "Rare.exe"
115115
file-description = "Rare.exe"
116116
company-name = "RareDevs"
117117
product-name = "Rare"
118-
file-version = "1.10.11.0"
119-
product-version = "1.10.11.0"
118+
file-version = "1.11.0.0"
119+
product-version = "1.11.0.0"
120120
windows-console-mode = "disable"
121121
windows-icon-from-ico = "rare/resources/images/Rare.ico"
122122

@@ -134,7 +134,7 @@ force-exclude = '''
134134

135135
[tool.poetry]
136136
name = "Rare"
137-
version = "1.10.11.0"
137+
version = "1.11.0.0"
138138
authors = [
139139
"Dummerle [email protected]",
140140
"loathingKernel [email protected]",

rare/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from rare._version import __version__, __version_tuple__
22

3-
__codename__ = "Garlic Crab"
3+
__codename__ = "Boga Discus"
44

55
# For PyCharm profiler
66
if __name__ == "__main__":

0 commit comments

Comments
 (0)